GLG Toolkit, Java Class Library  Version 4.5
GlgCallbackType

Specifies callback type. More...

Detailed Description

Specifies callback type.

See the Callback Events section of the Handling User Input and Other Events chapter of the GLG Programming Reference Manual for a description of callback functions.

Constants

static final int H_CB = 5
 H callback of GlgJBean. More...
 
static final int HIERARCHY_CB = 9
 Hierarchy callback. More...
 
static final int INPUT_CB = 1
 Input callback. More...
 
static final int READY_CB = 4
 Ready callback. More...
 
static final int SELECT_CB = 2
 Select callback. More...
 
static final int TRACE2_CB = 8
 Trace2 callback. More...
 
static final int TRACE_CB = 3
 Trace callback. More...
 
static final int V_CB = 6
 V callback of GlgJBean. More...
 

Variable Documentation

◆ H_CB

final int H_CB = 5
static

H callback of GlgJBean.

◆ HIERARCHY_CB

final int HIERARCHY_CB = 9
static

Hierarchy callback.

◆ INPUT_CB

final int INPUT_CB = 1
static

Input callback.

◆ READY_CB

final int READY_CB = 4
static

Ready callback.

◆ SELECT_CB

final int SELECT_CB = 2
static

Select callback.

◆ TRACE2_CB

final int TRACE2_CB = 8
static

Trace2 callback.

◆ TRACE_CB

final int TRACE_CB = 3
static

Trace callback.

◆ V_CB

final int V_CB = 6
static

V callback of GlgJBean.