Uses of Interface
com.iizix.timeout.ITimerTask
Packages that use ITimerTask
- Uses of ITimerTask in com.iizix.timeoutSubinterfaces of ITimerTask in com.iizix.timeoutModifier and TypeInterfaceDescription- interfaceAn 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 TypeMethodDescription- voidITimeoutEngineListener.- onTimerComplete- (ITimerTask task) Called when a timer task has been canceled or timed out.
- Uses of ITimerTask in com.iizix.timeout.engineClasses in com.iizix.timeout.engine that implement ITimerTaskModifier and TypeClassDescription- classThe implementation of the interface for a registered timeout task that can be queried for timeout or canceled state.