All Known Implementing Classes:
ActionDecorator, AuthChallengeAction, ScriptAction, SecuredAction

public interface Action
An action is something the user configures to respond in some way to an event being fired.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    runAction(org.python.core.PyObject event)
     
    default void
     
    default void
     
  • Method Details

    • runAction

      void runAction(org.python.core.PyObject event)
    • startup

      default void startup()
    • shutdown

      default void shutdown()