Interface ActionContext
- 
- All Known Implementing Classes:
 ActionContextImpl
public interface ActionContext 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerspectiveElementgetComponent()ActionConfiggetConfig()java.lang.StringgetEventGroup()java.lang.StringgetEventName() 
 - 
 
- 
- 
Method Detail
- 
getEventGroup
java.lang.String getEventGroup()
 
- 
getEventName
java.lang.String getEventName()
 
- 
getComponent
PerspectiveElement getComponent()
 
- 
getConfig
ActionConfig getConfig()
 
 - 
 
 -