public class TClrNotifyEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
TClrNotifyEvent.ListenerObject |
Modifier and Type | Field and Description |
---|---|
static TClrNotifyEvent |
INSTANCE |
Modifier | Constructor and Description |
---|---|
protected |
TClrNotifyEvent()
Initializes a new instance of the TClrNotifyEvent class
|
Modifier and Type | Method and Description |
---|---|
IClrBase |
getSource(DotNetNativeTypes.ClrObject clrObject)
Gets the Java object which raised the .Net event handler.
|
void |
register(IClrBase source)
Register the Java object which will raise the .Net event handler.
|
void |
unRegister(IClrBase source)
Unregister the Java object which will raise the .Net event handler.
|
public static final TClrNotifyEvent INSTANCE
protected TClrNotifyEvent()
public final void register(IClrBase source) throws EClrError
source
- The Java object to raise the .Net event handlerEClrError
public final void unRegister(IClrBase source)
source
- The Java object to raise the .Net event handlerpublic final IClrBase getSource(DotNetNativeTypes.ClrObject clrObject) throws EClrError
clrObject
- The clr Object pointer of the Java Object.EClrError