com.jniwrapper.win32.hook
Class CallWndProcRetEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jniwrapper.win32.hook.HookEventObject
          extended by com.jniwrapper.win32.hook.CallWndProcEvent
              extended by com.jniwrapper.win32.hook.CallWndProcRetEvent
All Implemented Interfaces:
java.io.Serializable

public class CallWndProcRetEvent
extends CallWndProcEvent

This class describes events of the Hook.Descriptor.CALLWNDPROCRET hook.

See Also:
Serialized Form

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

CallWndProcRetEvent

public CallWndProcRetEvent(java.lang.Object source,
                           long result,
                           long LParam,
                           long WParam,
                           long message,
                           Wnd wnd,
                           boolean sentByCurrentThread)
Method Detail

getResult

public long getResult()