Class ActionRegistryImpl
java.lang.Object
com.inductiveautomation.perspective.gateway.action.ActionRegistryImpl
- All Implemented Interfaces:
- ActionRegistry
This registry holds the implementations of all known 
Action types, keyed by action type-id (a string). Each
 action registers its ActionFactory using the register(String, ActionFactory) method.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateAction(ActionContext context) voidregister(String typeId, ActionFactory factory) 
- 
Constructor Details- 
ActionRegistryImplpublic ActionRegistryImpl()
 
- 
- 
Method Details- 
register- Specified by:
- registerin interface- ActionRegistry
 
- 
createAction
 
-