Interface Action
- 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
-
Method Details
-
runAction
void runAction(org.python.core.PyObject event) -
startup
default void startup() -
shutdown
default void shutdown()
-