Interface ActionPerformer


@Deprecated public interface ActionPerformer
Deprecated.
No longer recommended. See CallbackSystemAction.setActionPerformer(ActionPerformer) for details.
Specifies how an action should be performed. Should be implemented by classes which are able to perform an action's work on its behalf, e.g. for CallbackSystemActions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Called when the action is to be performed.
  • Method Details

    • performAction

      void performAction(SystemAction action)
      Deprecated.
      Called when the action is to be performed.
      Parameters:
      action - the action to be performed by this performer