public static interface DotNetNativeTypes.IClrEventHandlerReturn
extends com.sun.jna.win32.StdCallLibrary.StdCallCallback
Modifier and Type | Method and Description |
---|---|
void |
invoke(DotNetNativeTypes.ClrObject sender,
DotNetNativeTypes.ClrEventArgs eventArgs,
DotNetNativeTypes.ClrObjectByReference returnValue) |
void invoke(DotNetNativeTypes.ClrObject sender, DotNetNativeTypes.ClrEventArgs eventArgs, DotNetNativeTypes.ClrObjectByReference returnValue) throws java.lang.Exception
sender
- An object that contains no event dataeventArgs
- An object that contains event datareturnValue
- The return value of the event after it has been invokedjava.lang.Exception