Interface Action
- 
- All Known Implementing Classes:
- ActionDecorator,- AuthChallengeAction,- ScriptAction,- SecuredAction
 
 public interface ActionAn action is something the user configures to respond in some way to an event being fired.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidrunAction(org.python.core.PyObject event)default voidshutdown()default voidstartup()
 
-