public abstract class CBTEvent extends HookEventObject
Hook.Descriptor.CBT
hook.Modifier and Type | Class and Description |
---|---|
static class |
CBTEvent.Activate
Represents
HCBT_ACTIVATE hook event. |
static class |
CBTEvent.ClickSkipped
Represents
HCBT_CLICKSKIPPED hook event. |
static class |
CBTEvent.CreateWnd
Represents
HCBT_CREATEWND hook event. |
static class |
CBTEvent.DestroyWnd
Represents
HCBT_DESTROYWND hook event. |
static class |
CBTEvent.KeySkipped
Represents
HCBT_KEYSKIPPED hook event. |
static class |
CBTEvent.MinMax
Represents
HCBT_MINMAX hook event. |
static class |
CBTEvent.MoveSize
Represents
HCBT_MOVESIZE hook event. |
static class |
CBTEvent.QS
Represents
QS hook event. |
static class |
CBTEvent.SetFocus
Represents
SETFOCUS hook event. |
static class |
CBTEvent.SysCommand
Represents
SYSCOMMAND hook event. |
Constructor and Description |
---|
CBTEvent(java.lang.Object source,
com.jniwrapper.Bool allow) |
Modifier and Type | Method and Description |
---|---|
void |
setAllow(boolean value)
Calling this method determines whether the system allows or prevents the event.
|