Uses of Interface
com.iizix.timeout.ITimerTask
Uses of ITimerTask in com.iizix.timeout
Modifier and TypeInterfaceDescriptioninterface
An interface for a registered timeout task that can be queried for timeout or canceled.Modifier 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
Modifier and TypeClassDescriptionclass
The implementation of the interface for a registered timeout task that can be queried for timeout or canceled state.