jAsea
Class jAseaEventState

java.lang.Object
  |
  +--jAsea.jAseaEventState
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

class jAseaEventState
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable


Field Summary
(package private) static int AWAITING
           
(package private) static int FINISHED
           
(package private) static int PAUSED
           
(package private) static int RUNNING
           
(package private)  int state
           
(package private) static java.lang.String[] StateNames
           
(package private)  int time
           
(package private) static int WAITING
           
 
Constructor Summary
(package private) jAseaEventState(jAseaObject jao)
           
 
Method Summary
(package private) static jAseaEventState[] read(java.lang.Object[] jao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WAITING

static final int WAITING
See Also:
Constant Field Values

RUNNING

static final int RUNNING
See Also:
Constant Field Values

AWAITING

static final int AWAITING
See Also:
Constant Field Values

FINISHED

static final int FINISHED
See Also:
Constant Field Values

PAUSED

static final int PAUSED
See Also:
Constant Field Values

StateNames

static final java.lang.String[] StateNames

state

int state

time

int time
Constructor Detail

jAseaEventState

jAseaEventState(jAseaObject jao)
Method Detail

read

static jAseaEventState[] read(java.lang.Object[] jao)