|
|||||||||||
| 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.GetMsgEvent
This class describes events of the Hook.Descriptor.GETMESSAGE hook.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
GetMsgEvent(java.lang.Object source,
boolean messageRemoved,
Msg msg)
Creates instance of the GetMsgEvent |
|
| Method Summary | |
Msg |
getMsg()
Returns the message. |
boolean |
isMessageRemoved()
Specifies whether the message is removed or not. |
| 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 GetMsgEvent(java.lang.Object source,
boolean messageRemoved,
Msg msg)
GetMsgEvent
source - The object on which the event initially occurred.messageRemoved - true if the message is removed. Otherwise false.msg - The message| Method Detail |
public boolean isMessageRemoved()
public Msg getMsg()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||