public static interface DotNetNativeTypes.IClrEventHandler
extends com.sun.jna.win32.StdCallLibrary.StdCallCallback
Modifier and Type | Method and Description |
---|---|
void |
invoke(DotNetNativeTypes.ClrObject sender,
DotNetNativeTypes.ClrEventArgs eventArgs) |
void invoke(DotNetNativeTypes.ClrObject sender, DotNetNativeTypes.ClrEventArgs eventArgs) throws java.lang.Exception
sender
- The source of the eventeventArgs
- An object that contains event datajava.lang.Exception