Class ActionDecorator
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.action.ActionDecorator
 
- 
- All Implemented Interfaces:
- Action
 - Direct Known Subclasses:
- SecuredAction
 
 public abstract class ActionDecorator extends java.lang.Object implements Action 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedActionDecorator(Action delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrunAction(org.python.core.PyObject event)voidshutdown()voidstartup()
 
- 
- 
- 
Constructor Detail- 
ActionDecoratorprotected ActionDecorator(@Nonnull Action delegate)
 
- 
 
-