Interface IJavaActionActor

All Superinterfaces:
IActionActorSettingsReceiver<JavaActionActorBase.Settings>, ITXPNode
All Known Implementing Classes:
AbstractJavaActionActor, TestJavaActionActor

public interface IJavaActionActor extends ITXPNode, IActionActorSettingsReceiver<JavaActionActorBase.Settings>
Interface that must be implemented by a Java Action Actor used when a VirtualSpace Action is fired. This interface should not be implemented by client code, it is intended to be use for the AbstractJavaActionActor class that the Java Action Actor should extend from.
Author:
Christopher Mindus
  • Method Details

    • onAction

      void onAction()
      Performs the action as a part of a commit operation.