Class ActionContextImpl
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.action.ActionContextImpl
 
 
- 
- All Implemented Interfaces:
 ActionContext
public class ActionContextImpl extends java.lang.Object implements ActionContext
 
- 
- 
Constructor Summary
Constructors Constructor Description ActionContextImpl(java.lang.String eventGroup, java.lang.String eventName, PerspectiveElement component, ActionConfig config) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerspectiveElementgetComponent()ActionConfiggetConfig()java.lang.StringgetEventGroup()java.lang.StringgetEventName() 
 - 
 
- 
- 
Constructor Detail
- 
ActionContextImpl
public ActionContextImpl(java.lang.String eventGroup, java.lang.String eventName, PerspectiveElement component, ActionConfig config) 
 - 
 
- 
Method Detail
- 
getEventGroup
public java.lang.String getEventGroup()
- Specified by:
 getEventGroupin interfaceActionContext
 
- 
getEventName
public java.lang.String getEventName()
- Specified by:
 getEventNamein interfaceActionContext
 
- 
getComponent
public PerspectiveElement getComponent()
- Specified by:
 getComponentin interfaceActionContext
 
- 
getConfig
public ActionConfig getConfig()
- Specified by:
 getConfigin interfaceActionContext
 
 - 
 
 -