enum O2GTableManagerStatus

Brief

The enum defines a set of constants representing the table manager status.

Details

For details of the table manager status usage, see the description of the IO2GTableManagerListener interface.

The namespace is com.fxcore2.

Static Public Fields

TABLES_LOAD_FAILED

The constant represents the tables load failed status.

TABLES_LOADED

The constant represents the tables loaded status.

TABLES_LOADING

The constant represents the tables loading status.

back