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