GLG Toolkit, Java Class Library  Version 4.5
GlgCallEventType

Specifies the call event type for custom interaction handlers and installable interface handlers. More...

Detailed Description

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...
 

Variable Documentation

◆ CHANGE_EVENT

final int CHANGE_EVENT = 6
static

Triggered by a change of an object inside the interaction handler's viewport.

◆ CLEANUP_EVENT

final int CLEANUP_EVENT = 3
static

Invoked on the handler reset.

◆ DI_SETUP_EVENT

final int DI_SETUP_EVENT = 5
static

Invoked on the drawing setup triggered by the change of the interaction handler's viewport or an object inside it.

◆ HI_RESETUP_EVENT

final int HI_RESETUP_EVENT = 2
static

Invoked only on re-setup of an interface handler.

◆ HI_SETUP_EVENT

final int HI_SETUP_EVENT = 1
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.

◆ MESSAGE_ACTION

final int MESSAGE_ACTION = 8
static

Triggered by a message send to the interaction handler's viewport via the SendMessage method.

◆ MESSAGE_EVENT

final int MESSAGE_EVENT = 4
static

Invoked to handle tokens sent to an interface handler , or to handle messages sent to an interaction handler by its children.

◆ NATIVE_EVENT

final int NATIVE_EVENT = 7
static

Triggered by a native event received by the interaction handler's viewport.