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)
CBTHookListener
activate
in interface CBTHookListener
event
- CBTEvent.Activate
event objectpublic void clickSkipped(CBTEvent.ClickSkipped event)
CBTHookListener
clickSkipped
in interface CBTHookListener
event
- CBTEvent.ClickSkipped
event objectpublic void createWnd(CBTEvent.CreateWnd event)
CBTHookListener
createWnd
in interface CBTHookListener
event
- CBTEvent.CreateWnd
event objectpublic void destroyWnd(CBTEvent.DestroyWnd event)
CBTHookListener
destroyWnd
in interface CBTHookListener
event
- CBTEvent.DestroyWnd
event objectpublic void keySkipped(CBTEvent.KeySkipped event)
CBTHookListener
keySkipped
in interface CBTHookListener
event
- CBTEvent.KeySkipped
event object.public void minMax(CBTEvent.MinMax event)
CBTHookListener
minMax
in interface CBTHookListener
event
- CBTEvent.MinMax
event objectpublic void moveSize(CBTEvent.MoveSize event)
CBTHookListener
moveSize
in interface CBTHookListener
event
- CBTEvent.MoveSize
event objectpublic void qs(CBTEvent.QS event)
CBTHookListener
qs
in interface CBTHookListener
event
- CBTEvent.QS
event objectpublic void setFocus(CBTEvent.SetFocus event)
CBTHookListener
setFocus
in interface CBTHookListener
event
- CBTEvent.SetFocus
event objectpublic void sysCommand(CBTEvent.SysCommand event)
CBTHookListener
sysCommand
in interface CBTHookListener
event
- CBTEvent.SysCommand
event object