Table of Contents

Class Event

Namespace
Org.W3c.Dom.Events
Assembly
MASES.JNet.dll
public class Event : JVMBridgeBase<Event>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEvent
Inheritance
JVMBridgeBase
JVMBridgeBase<Event>
Event
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Event>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Event>.IsAssignableFrom<T>()
JVMBridgeBase<Event>.Execute<T>(params T[])
JVMBridgeBase<Event>.DynBridgeClazz
JVMBridgeBase<Event>.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

Event()

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

[Obsolete("Event class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Event()

Event(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

[Obsolete("Event class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Event(params object[] args)

Parameters

args object[]

Properties

AT_TARGET

public static short AT_TARGET { get; }

Property Value

short

BUBBLING_PHASE

public static short BUBBLING_PHASE { get; }

Property Value

short

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Bubbles

public bool Bubbles { get; }

Property Value

bool

CAPTURING_PHASE

public static short CAPTURING_PHASE { get; }

Property Value

short

Cancelable

public bool Cancelable { get; }

Property Value

bool

CurrentTarget

public EventTarget CurrentTarget { get; }

Property Value

EventTarget

EventPhase

public short EventPhase { get; }

Property Value

short

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

Target

public EventTarget Target { get; }

Property Value

EventTarget

TimeStamp

public long TimeStamp { get; }

Property Value

long

Type

public String Type { get; }

Property Value

String

Methods

InitEvent(String, bool, bool)

public void InitEvent(String arg0, bool arg1, bool arg2)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

PreventDefault()

public void PreventDefault()

StopPropagation()

public void StopPropagation()