Uses of Interface
com.iizix.timeout.ITimerTask
Packages that use ITimerTask Package Description com.iizix.timeout com.iizix.timeout.engine Uses of ITimerTask in com.iizix.timeout
Subinterfaces of ITimerTask in com.iizix.timeout Modifier and Type Interface Description interfaceITimeoutTaskAn interface for a registered timeout task that can be queried for timeout or canceled.Methods in com.iizix.timeout with parameters of type ITimerTask Modifier and Type Method Description voidITimeoutEngineListener. 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 ITimerTask Modifier and Type Class Description classTimeoutTaskThe implementation of the interface for a registered timeout task that can be queried for timeout or canceled state.