Table of Contents

Class InvocationEvent

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll
public class InvocationEvent : AWTEvent, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
Inheritance
InvocationEvent
Implements
Inherited Members
Extension Methods

Constructors

InvocationEvent(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public InvocationEvent(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Exception

public Exception Exception { get; }

Property Value

Exception

INVOCATION_DEFAULT

public static int INVOCATION_DEFAULT { get; set; }

Property Value

int

INVOCATION_FIRST

public static int INVOCATION_FIRST { get; set; }

Property Value

int

INVOCATION_LAST

public static int INVOCATION_LAST { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

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

CreatePoolableInstance(object, Runnable)

HPA initializer for InvocationEvent(object arg0, Java.Lang.Runnable arg1)

public static InvocationEvent CreatePoolableInstance(object arg0, Runnable arg1)

Parameters

arg0 object
arg1 Runnable

Returns

InvocationEvent

CreatePoolableInstance(object, Runnable, Runnable, bool)

HPA initializer for InvocationEvent(object arg0, Java.Lang.Runnable arg1, Java.Lang.Runnable arg2, bool arg3)

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

Parameters

arg0 object
arg1 Runnable
arg2 Runnable
arg3 bool

Returns

InvocationEvent

CreatePoolableInstance(object, Runnable, object, bool)

HPA initializer for InvocationEvent(object arg0, Java.Lang.Runnable arg1, object arg2, bool arg3)

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

Parameters

arg0 object
arg1 Runnable
arg2 object
arg3 bool

Returns

InvocationEvent

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