Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DLoadStateTypes


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.

Version:
$Revision: 1.4 $
Author:
Justin Couch

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

LOAD_NOT_STARTED

static final int LOAD_NOT_STARTED
The loading has not yet started state

See Also:
Constant Field Values

LOAD_IN_PROGRESS

static final int LOAD_IN_PROGRESS
The loading has begun, but not yet finished

See Also:
Constant Field Values

LOAD_COMPLETED

static final int LOAD_COMPLETED
The loading has successfully completed.

See Also:
Constant Field Values

LOAD_FAILED

static final int LOAD_FAILED
The loading has failed to complete for some reason

See Also:
Constant Field Values

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium