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 Summary
Constructors Modifier Constructor Description protectedActionDecorator(Action delegate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrunAction(org.python.core.PyObject event)voidshutdown()voidstartup() 
 - 
 
- 
- 
Constructor Detail
- 
ActionDecorator
protected ActionDecorator(@Nonnull Action delegate) 
 - 
 
 -