Uses of Interface
com.iizix.timeout.ITimeoutListener
- Packages that use ITimeoutListener - Package - Description - com.iizix.actionactor - com.iizix.actionactor.test - com.iizix.db.prop - com.iizix.timeout - com.iizix.txp.impl 
- Uses of ITimeoutListener in com.iizix.actionactor- Classes in com.iizix.actionactor that implement ITimeoutListener - Modifier and Type - Class - Description - class- AbstractJavaActionActorThis minimal class implements the Java Action Actor Interface Interface- IJavaActionActorrequired to handle execution of a VirtualSpace action in conjunction with the TXP engine.
- Uses of ITimeoutListener in com.iizix.actionactor.test- Classes in com.iizix.actionactor.test that implement ITimeoutListener - Modifier and Type - Class - Description - class- TestJavaActionActorTest action actor not used anywhere.
- Uses of ITimeoutListener in com.iizix.db.prop- Classes in com.iizix.db.prop that implement ITimeoutListener - Modifier and Type - Class - Description - class- DatabaseActionTXPNodeDatabase actor implementation for a TXP node.
- Uses of ITimeoutListener in com.iizix.timeout- Methods in com.iizix.timeout with parameters of type ITimeoutListener - Modifier and Type - Method - Description - ITimeoutTask- ITimerEngine. - registerTimeout(long timeout, java.lang.String description, ITimeoutListener listener)Registers a new timeout for processing.
- Uses of ITimeoutListener in com.iizix.txp.impl- Classes in com.iizix.txp.impl that implement ITimeoutListener - Modifier and Type - Class - Description - class- AbstractActionActorTXPNode<SETTINGS extends AbstractSettings>The abstract TXP node that the Action Actors needs to extend from.- class- AbstractTXPNode- class- TXProcessImplBasic and crude (for now)- ITXProcessimplementation