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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAction(ActionContext context) voidregister(String typeId, ActionFactory factory)
-
Constructor Details
-
ActionRegistryImpl
public ActionRegistryImpl()
-
-
Method Details
-
register
- Specified by:
registerin interfaceActionRegistry
-
createAction
-