Uses of Interface
com.iizix.actionactor.IActionActorSettingsReceiver
Packages that use IActionActorSettingsReceiver Package Description com.iizix.actionactor com.iizix.actionactor.test com.iizix.api.vs com.iizix.db.prop com.iizix.txp.impl Uses of IActionActorSettingsReceiver in com.iizix.actionactor
Classes in com.iizix.actionactor that implement IActionActorSettingsReceiver Modifier and Type Class Description class
AbstractJavaActionActor
This minimal class implements the Java Action Actor Interface InterfaceIJavaActionActor
required to handle execution of a VirtualSpace action in conjunction with the TXP engine.Uses of IActionActorSettingsReceiver in com.iizix.actionactor.test
Classes in com.iizix.actionactor.test that implement IActionActorSettingsReceiver Modifier and Type Class Description class
TestJavaActionActor
Test action actor not used anywhere.Uses of IActionActorSettingsReceiver in com.iizix.api.vs
Subinterfaces of IActionActorSettingsReceiver in com.iizix.api.vs Modifier and Type Interface Description interface
IJavaActionActor
Interface that must be implemented by a Java Action Actor used when a VirtualSpace Action is fired.Uses of IActionActorSettingsReceiver in com.iizix.db.prop
Classes in com.iizix.db.prop that implement IActionActorSettingsReceiver Modifier and Type Class Description class
DatabaseActionTXPNode
Database actor implementation for a TXP node.Uses of IActionActorSettingsReceiver in com.iizix.txp.impl
Classes in com.iizix.txp.impl that implement IActionActorSettingsReceiver Modifier and Type Class Description class
AbstractActionActorTXPNode<SETTINGS extends AbstractSettings>
The abstract TXP node that the Action Actors needs to extend from.