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