public class CBTHookAdapter extends java.lang.Object implements CBTHookListener
| Constructor and Description |
|---|
CBTHookAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void activate(CBTEvent.Activate event)
CBTHookListeneractivate in interface CBTHookListenerevent - CBTEvent.Activate event objectpublic void clickSkipped(CBTEvent.ClickSkipped event)
CBTHookListenerclickSkipped in interface CBTHookListenerevent - CBTEvent.ClickSkipped event objectpublic void createWnd(CBTEvent.CreateWnd event)
CBTHookListenercreateWnd in interface CBTHookListenerevent - CBTEvent.CreateWnd event objectpublic void destroyWnd(CBTEvent.DestroyWnd event)
CBTHookListenerdestroyWnd in interface CBTHookListenerevent - CBTEvent.DestroyWnd event objectpublic void keySkipped(CBTEvent.KeySkipped event)
CBTHookListenerkeySkipped in interface CBTHookListenerevent - CBTEvent.KeySkipped event object.public void minMax(CBTEvent.MinMax event)
CBTHookListenerminMax in interface CBTHookListenerevent - CBTEvent.MinMax event objectpublic void moveSize(CBTEvent.MoveSize event)
CBTHookListenermoveSize in interface CBTHookListenerevent - CBTEvent.MoveSize event objectpublic void qs(CBTEvent.QS event)
CBTHookListenerqs in interface CBTHookListenerevent - CBTEvent.QS event objectpublic void setFocus(CBTEvent.SetFocus event)
CBTHookListenersetFocus in interface CBTHookListenerevent - CBTEvent.SetFocus event objectpublic void sysCommand(CBTEvent.SysCommand event)
CBTHookListenersysCommand in interface CBTHookListenerevent - CBTEvent.SysCommand event object