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 - interface- ITimeoutTaskAn 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 - void- 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 ITimerTask - Modifier and Type - Class - Description - class- TimeoutTaskThe implementation of the interface for a registered timeout task that can be queried for timeout or canceled state.