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 TypeInterfaceDescriptioninterfaceAn 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 TypeMethodDescriptionvoidITimeoutEngineListener.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 TypeClassDescriptionclassThe implementation of the interface for a registered timeout task that can be queried for timeout or canceled state.