ewe.sys
Class HandleStatus

java.lang.Object
  extended byewe.sys.HandleStatus
All Implemented Interfaces:
Runnable

public final class HandleStatus
extends Object
implements Runnable


Field Summary
 CallBack callBack
           
 int currentState
           
 Handle handle
           
 boolean stopped
          Handle stopped before event occured.
 boolean timedOut
          Timed Out before the event occured.
 TimeOut timeOut
           
 boolean waitForAll
           
 int waitingFor
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

handle

public Handle handle

currentState

public int currentState

waitingFor

public int waitingFor

waitForAll

public boolean waitForAll

callBack

public CallBack callBack

timeOut

public TimeOut timeOut

timedOut

public boolean timedOut
Timed Out before the event occured.


stopped

public boolean stopped
Handle stopped before event occured.

Method Detail

run

public void run()
Specified by:
run in interface Runnable