Uses of Class
cz.cuni.amis.utils.future.FutureStatus

Packages that use FutureStatus
cz.cuni.amis.utils.future   
 

Uses of FutureStatus in cz.cuni.amis.utils.future
 

Methods in cz.cuni.amis.utils.future that return FutureStatus
 FutureStatus IFutureWithListeners.getStatus()
          Current status of the future computation.
 FutureStatus FutureWithListeners.getStatus()
          Current status of the future computation.
static FutureStatus FutureStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FutureStatus[] FutureStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.utils.future with parameters of type FutureStatus
 void IFutureListener.futureEvent(FutureWithListeners<RESULT> source, FutureStatus oldStatus, FutureStatus newStatus)
           
protected  void FutureWithListeners.switchStatus(FutureStatus newStatus)
          Changes the status of the future (if it is different than current one) and notifies the listeners about this change.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.