GLG Toolkit, Java Class Library
Version 4.5
|
Specifies callback type. More...
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... | |
|
static |
H callback of GlgJBean.
|
static |
Hierarchy callback.
|
static |
Input callback.
|
static |
Ready callback.
|
static |
Select callback.
|
static |
Trace2 callback.
|
static |
Trace callback.
|
static |
V callback of GlgJBean.