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- 
runActionvoid runAction(org.python.core.PyObject event) 
- 
startupdefault void startup()
- 
shutdowndefault void shutdown()
 
-