GLG Toolkit, Java Class Library
Version 4.5
|
Specifies the call event type for custom interaction handlers and installable interface handlers. More...
Specifies the call event type for custom interaction handlers and installable interface handlers.
Constants | |
static final int | CHANGE_EVENT = 6 |
Triggered by a change of an object inside the interaction handler's viewport. More... | |
static final int | CLEANUP_EVENT = 3 |
Invoked on the handler reset. More... | |
static final int | DI_SETUP_EVENT = 5 |
Invoked on the drawing setup triggered by the change of the interaction handler's viewport or an object inside it. More... | |
static final int | HI_RESETUP_EVENT = 2 |
Invoked only on re-setup of an interface handler. More... | |
static final int | HI_SETUP_EVENT = 1 |
Invoked on the initial setup of an interface handler. More... | |
static final int | MESSAGE_ACTION = 8 |
Triggered by a message send to the interaction handler's viewport via the SendMessage method. More... | |
static final int | MESSAGE_EVENT = 4 |
Invoked to handle tokens sent to an interface handler , or to handle messages sent to an interaction handler by its children. More... | |
static final int | NATIVE_EVENT = 7 |
Triggered by a native event received by the interaction handler's viewport. More... | |
|
static |
Triggered by a change of an object inside the interaction handler's viewport.
|
static |
Invoked on the handler reset.
|
static |
Invoked on the drawing setup triggered by the change of the interaction handler's viewport or an object inside it.
|
static |
Invoked only on re-setup of an interface handler.
|
static |
Invoked on the initial setup of an interface handler.
For interaction handlers, invoked before and after the hierarchy setup with different settings of the call_event flag.
|
static |
Triggered by a message send to the interaction handler's viewport via the SendMessage method.
|
static |
Invoked to handle tokens sent to an interface handler , or to handle messages sent to an interaction handler by its children.
|
static |
Triggered by a native event received by the interaction handler's viewport.