Table of Contents

Class MutationEvent

Namespace
Org.W3c.Dom.Events
Assembly
MASES.JNet.dll
public class MutationEvent : Event, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IMutationEvent, IEvent
Inheritance
JVMBridgeBase
JVMBridgeBase<Event>
MutationEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
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

MutationEvent()

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

[Obsolete("MutationEvent 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 MutationEvent()

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

Parameters

args object[]

Properties

ADDITION

public static short ADDITION { get; }

Property Value

short

AttrChange

public short AttrChange { get; }

Property Value

short

AttrName

public String AttrName { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

MODIFICATION

public static short MODIFICATION { get; }

Property Value

short

NewValue

public String NewValue { get; }

Property Value

String

PrevValue

public String PrevValue { get; }

Property Value

String

REMOVAL

public static short REMOVAL { get; }

Property Value

short

RelatedNode

public Node RelatedNode { get; }

Property Value

Node

Methods

InitMutationEvent(String, bool, bool, Node, String, String, String, short)

public void InitMutationEvent(String arg0, bool arg1, bool arg2, Node arg3, String arg4, String arg5, String arg6, short arg7)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

arg3 Node

Node

arg4 String

String

arg5 String

String

arg6 String

String

arg7 short

short