Uses of Enum Class
com.tccc.kos.commons.util.concurrent.future.FutureEvent
Packages that use FutureEvent
-
Uses of FutureEvent in com.tccc.kos.commons.util.concurrent.future
Methods in com.tccc.kos.commons.util.concurrent.future that return FutureEventModifier and TypeMethodDescriptionFutureState.getFutureEvent()
static FutureEvent
Returns the enum constant of this class with the specified name.static FutureEvent[]
FutureEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tccc.kos.commons.util.concurrent.future with parameters of type FutureEventModifier and TypeMethodDescriptionFutureWork.append
(String name, FutureEvent event, FutureRunnable callback) Appends an event callback.FutureWork.prepend
(String name, FutureEvent event, FutureRunnable callback) Prepends an event callback.