|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.jniwrapper.win32.hook.HookEventObject
com.jniwrapper.win32.hook.CallWndProcEvent
com.jniwrapper.win32.hook.CallWndProcRetEvent
This class describes events of the Hook.Descriptor.CALLWNDPROCRET hook.
| Field Summary |
| Fields inherited from class com.jniwrapper.win32.hook.CallWndProcEvent |
_LParam, _message, _sentByCurrentThread, _wnd, _WParam |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
CallWndProcRetEvent(java.lang.Object source,
long result,
long LParam,
long WParam,
long message,
Wnd wnd,
boolean sentByCurrentThread)
|
|
| Method Summary | |
long |
getResult()
|
| Methods inherited from class com.jniwrapper.win32.hook.CallWndProcEvent |
getLParam, getMessage, getWnd, getWParam, isSentByCurrentThread |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CallWndProcRetEvent(java.lang.Object source,
long result,
long LParam,
long WParam,
long message,
Wnd wnd,
boolean sentByCurrentThread)
| Method Detail |
public long getResult()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||