Common.State
Class State

java.lang.Object
  |
  +--Common.State.State
Direct Known Subclasses:
StateComplete, StateConnected, StateConnecting, StateConnectionFailed, StateError, StateInComplete, StateNone, StateNotConnected, StateRequestingPush, StateRunning, StateTerminated

public abstract class State
extends java.lang.Object


Field Summary
private  State next
           
 
Constructor Summary
State()
           
 
Method Summary
 void combine(State state)
           
 boolean equals(State state)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

next

private State next
Constructor Detail

State

public State()
Method Detail

combine

public void combine(State state)

equals

public boolean equals(State state)