Class TreeSelectionListener
public class TreeSelectionListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEventListener, ITreeSelectionListener
- Inheritance
-
TreeSelectionListener
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
TreeSelectionListener()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public TreeSelectionListener()
TreeSelectionListener(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 TreeSelectionListener(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
OnValueChanged
public Action<TreeSelectionEvent> OnValueChanged { get; set; }
Property Value
Remarks
If OnValueChanged has a value it takes precedence over corresponding class method
Methods
InitializeHandlers()
Handlers initializer for TreeSelectionListener
protected virtual void InitializeHandlers()
ValueChanged(TreeSelectionEvent)
public virtual void ValueChanged(TreeSelectionEvent arg0)