Uses of Class
uk.org.ogsadai.engine.ObservableStatus

Packages that use ObservableStatus
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework. 
 

Uses of ObservableStatus in uk.org.ogsadai.activity
 

Fields in uk.org.ogsadai.activity declared as ObservableStatus
private  ObservableStatus Activity.mStatus
          Current status of the activity.
 

Methods in uk.org.ogsadai.activity that return ObservableStatus
protected  ObservableStatus Activity.getObservableStatus()
          Gets the current status of the activity as an ObservableStatus that can be observed using Observer implementations.