|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X3DLoadStateTypes
Listing of constants relating to load states and the SAILoadState type.
These constants will be returned by X3DExternProtoDeclares's
X3DExternProtoDeclaration.getLoadState(), method.
| Field Summary | |
|---|---|
static int |
LOAD_COMPLETED
The loading has successfully completed. |
static int |
LOAD_FAILED
The loading has failed to complete for some reason |
static int |
LOAD_IN_PROGRESS
The loading has begun, but not yet finished |
static int |
LOAD_NOT_STARTED
The loading has not yet started state |
| Field Detail |
|---|
static final int LOAD_NOT_STARTED
static final int LOAD_IN_PROGRESS
static final int LOAD_COMPLETED
static final int LOAD_FAILED
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||