Table of Contents

Class UndoableEditListener

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

Constructors

UndoableEditListener()

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

public UndoableEditListener()

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnUndoableEditHappened

public Action<UndoableEditEvent> OnUndoableEditHappened { get; set; }

Property Value

Action<UndoableEditEvent>

Remarks

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

Methods

InitializeHandlers()

Handlers initializer for UndoableEditListener

protected virtual void InitializeHandlers()

UndoableEditHappened(UndoableEditEvent)

public virtual void UndoableEditHappened(UndoableEditEvent arg0)

Parameters

arg0 UndoableEditEvent

UndoableEditEvent