Class AdjustmentListener
Listener for AdjustmentListener. Extends JVMBridgeListener, implements IAdjustmentListener
public class AdjustmentListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IEventListener, IAdjustmentListener, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
AdjustmentListener
- Implements
- Derived
- Inherited Members
- Extension Methods
Remarks
Remember to Dispose the object otherwise there is a resource leak, the object contains a reference to the the corresponding JVM object
Constructors
AdjustmentListener()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public AdjustmentListener()
AdjustmentListener(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 AdjustmentListener(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
OnAdjustmentValueChanged
public Action<AdjustmentEvent> OnAdjustmentValueChanged { get; set; }
Property Value
Remarks
If OnAdjustmentValueChanged has a value it takes precedence over corresponding class method
Methods
AdjustmentValueChanged(AdjustmentEvent)
public virtual void AdjustmentValueChanged(AdjustmentEvent arg0)
Parameters
InitializeHandlers()
Handlers initializer for AdjustmentListener
protected virtual void InitializeHandlers()