|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.win32.hook.CBTHookAdapter
An abstract adapter class for receiving CBT Hook events.
| Constructor Summary | |
CBTHookAdapter()
|
|
| Method Summary | |
void |
activate(CBTEvent.Activate event)
Specifies the event when the system is about to activate a window. |
void |
clickSkipped(CBTEvent.ClickSkipped event)
Specifies the event when the system has removed a mouse message from the system message queue. |
void |
createWnd(CBTEvent.CreateWnd event)
Specifies the event when a window is about to be created. |
void |
destroyWnd(CBTEvent.DestroyWnd event)
Specifies the event when a window is about to be destroyed. |
void |
keySkipped(CBTEvent.KeySkipped event)
Specifies the event when the system has removed a keyboard message from the system message queue. |
void |
minMax(CBTEvent.MinMax event)
Specifies the event when a window is about to be minimized or maximized. |
void |
moveSize(CBTEvent.MoveSize event)
Specifies the event when a window is about to be moved or sized. |
void |
qs(CBTEvent.QS event)
Specifies the event when the system has retrieved a WM_QUEUESYNC message from the system message queue. |
void |
setFocus(CBTEvent.SetFocus event)
Specifies the event when a window is about to receive the keyboard focus. |
void |
sysCommand(CBTEvent.SysCommand event)
Specifies the event when a system command is about to be carried out. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CBTHookAdapter()
| Method Detail |
public void activate(CBTEvent.Activate event)
CBTHookListener
activate in interface CBTHookListenerevent - CBTEvent.Activate event objectpublic void clickSkipped(CBTEvent.ClickSkipped event)
CBTHookListener
clickSkipped in interface CBTHookListenerevent - CBTEvent.ClickSkipped event objectpublic void createWnd(CBTEvent.CreateWnd event)
CBTHookListener
createWnd in interface CBTHookListenerevent - CBTEvent.CreateWnd event objectpublic void destroyWnd(CBTEvent.DestroyWnd event)
CBTHookListener
destroyWnd in interface CBTHookListenerevent - CBTEvent.DestroyWnd event objectpublic void keySkipped(CBTEvent.KeySkipped event)
CBTHookListener
keySkipped in interface CBTHookListenerevent - CBTEvent.KeySkipped event object.public void minMax(CBTEvent.MinMax event)
CBTHookListener
minMax in interface CBTHookListenerevent - CBTEvent.MinMax event objectpublic void moveSize(CBTEvent.MoveSize event)
CBTHookListener
moveSize in interface CBTHookListenerevent - CBTEvent.MoveSize event objectpublic void qs(CBTEvent.QS event)
CBTHookListener
qs in interface CBTHookListenerevent - CBTEvent.QS event objectpublic void setFocus(CBTEvent.SetFocus event)
CBTHookListener
setFocus in interface CBTHookListenerevent - CBTEvent.SetFocus event objectpublic void sysCommand(CBTEvent.SysCommand event)
CBTHookListener
sysCommand in interface CBTHookListenerevent - CBTEvent.SysCommand event object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||