Table of Contents

Class ListSelectionListener

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

Constructors

ListSelectionListener()

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

public ListSelectionListener()

ListSelectionListener(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 ListSelectionListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnValueChanged

public Action<ListSelectionEvent> OnValueChanged { get; set; }

Property Value

Action<ListSelectionEvent>

Remarks

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

Methods

InitializeHandlers()

Handlers initializer for ListSelectionListener

protected virtual void InitializeHandlers()

ValueChanged(ListSelectionEvent)

public virtual void ValueChanged(ListSelectionEvent arg0)

Parameters

arg0 ListSelectionEvent

ListSelectionEvent