GLG Toolkit, Java Class Library  Version 4.5
GlgHierarchyCallbackType

Indicates when the hierarchy callback is invoked. More...

Detailed Description

Indicates when the hierarchy callback is invoked.

Constants

static final int AFTER_RESET_CB = 5
 After an object's hierarchy reset. More...
 
static final int AFTER_SETUP_CB = 2
 After an object's hierarchy setup. More...
 
static final int BEFORE_RESET_CB = 4
 Before an object's hierarchy reset. More...
 
static final int BEFORE_SETUP_CB = 1
 Before an object's hierarchy setup. More...
 
static final int FINISHED_SETUP_CB = 3
 After finishing object setup: all transformed values are valid. More...
 

Variable Documentation

◆ AFTER_RESET_CB

final int AFTER_RESET_CB = 5
static

After an object's hierarchy reset.

◆ AFTER_SETUP_CB

final int AFTER_SETUP_CB = 2
static

After an object's hierarchy setup.

◆ BEFORE_RESET_CB

final int BEFORE_RESET_CB = 4
static

Before an object's hierarchy reset.

◆ BEFORE_SETUP_CB

final int BEFORE_SETUP_CB = 1
static

Before an object's hierarchy setup.

◆ FINISHED_SETUP_CB

final int FINISHED_SETUP_CB = 3
static

After finishing object setup: all transformed values are valid.