|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |