Table of Contents

Class AncestorListener

Namespace
Javax.Swing.Event
Assembly
MASES.JNet.dll
public class AncestorListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEventListener, IAncestorListener
Inheritance
AncestorListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

AncestorListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public AncestorListener()

AncestorListener(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public AncestorListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnAncestorAdded

public Action<AncestorEvent> OnAncestorAdded { get; set; }

Property Value

Action<AncestorEvent>

Remarks

If OnAncestorAdded has a value it takes precedence over corresponding class method

OnAncestorMoved

public Action<AncestorEvent> OnAncestorMoved { get; set; }

Property Value

Action<AncestorEvent>

Remarks

If OnAncestorMoved has a value it takes precedence over corresponding class method

OnAncestorRemoved

public Action<AncestorEvent> OnAncestorRemoved { get; set; }

Property Value

Action<AncestorEvent>

Remarks

If OnAncestorRemoved has a value it takes precedence over corresponding class method

Methods

AncestorAdded(AncestorEvent)

public virtual void AncestorAdded(AncestorEvent arg0)

Parameters

arg0 AncestorEvent

AncestorEvent

AncestorMoved(AncestorEvent)

public virtual void AncestorMoved(AncestorEvent arg0)

Parameters

arg0 AncestorEvent

AncestorEvent

AncestorRemoved(AncestorEvent)

public virtual void AncestorRemoved(AncestorEvent arg0)

Parameters

arg0 AncestorEvent

AncestorEvent

InitializeHandlers()

Handlers initializer for AncestorListener

protected virtual void InitializeHandlers()