Table of Contents

Class InvocationEvent

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll
public class InvocationEvent : AWTEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Serializable>
InvocationEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Serializable>.IsAssignableFrom<T>()
JVMBridgeBase<Serializable>.Execute<T>(params T[])
JVMBridgeBase<Serializable>.DynBridgeClazz
JVMBridgeBase<Serializable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

InvocationEvent()

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

public InvocationEvent()

InvocationEvent(object, Runnable)

public InvocationEvent(object arg0, Runnable arg1)

Parameters

arg0 object

object

arg1 Runnable

Runnable

InvocationEvent(object, Runnable, Runnable, bool)

public InvocationEvent(object arg0, Runnable arg1, Runnable arg2, bool arg3)

Parameters

arg0 object

object

arg1 Runnable

Runnable

arg2 Runnable

Runnable

arg3 bool

bool

InvocationEvent(object, Runnable, object, bool)

public InvocationEvent(object arg0, Runnable arg1, object arg2, bool arg3)

Parameters

arg0 object

object

arg1 Runnable

Runnable

arg2 object

object

arg3 bool

bool

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Exception

public Exception Exception { get; }

Property Value

Exception

INVOCATION_DEFAULT

public static int INVOCATION_DEFAULT { get; }

Property Value

int

INVOCATION_FIRST

public static int INVOCATION_FIRST { get; }

Property Value

int

INVOCATION_LAST

public static int INVOCATION_LAST { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Throwable

public Throwable Throwable { get; }

Property Value

Throwable

When

public long When { get; }

Property Value

long

Methods

Dispatch()

public void Dispatch()

IsDispatched()

public bool IsDispatched()

Returns

bool

bool

Operators

implicit operator ActiveEvent(InvocationEvent)

Converter from InvocationEvent to ActiveEvent

public static implicit operator ActiveEvent(InvocationEvent t)

Parameters

t InvocationEvent

Returns

ActiveEvent