Uses of Interface
com.iizix.timeout.ITimerTask
Packages that use ITimerTask
Uses of ITimerTask in com.iizix.timeout
Subinterfaces of ITimerTask in com.iizix.timeoutModifier and TypeInterfaceDescriptioninterface
An interface for a registered timeout task that can be queried for timeout or canceled.Methods in com.iizix.timeout with parameters of type ITimerTaskModifier and TypeMethodDescriptionvoid
ITimeoutEngineListener.onTimerComplete
(ITimerTask task) Called when a timer task has been canceled or timed out.Uses of ITimerTask in com.iizix.timeout.engine
Classes in com.iizix.timeout.engine that implement ITimerTaskModifier and TypeClassDescriptionclass
The implementation of the interface for a registered timeout task that can be queried for timeout or canceled state.