Interface AlarmNotificationDesignerInterface
- All Known Implementing Classes:
DesignerHook
public interface AlarmNotificationDesignerInterface
You may safely cast the module object for the "alarm-notification" module hook to this interface to gain
access to the alarm notification API. For example:
AlarmNotificationDesignerInterface alarming = (AlarmNotificationDesignerInterface) designerContext .getModule("com.inductiveautomation.alarm-notification");
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve all registered pipeline blocksvoid
registerPipelineBlock
(PipelineBlockPrototype prototype) Add a new kind of pipeline block to the system.
-
Method Details
-
registerPipelineBlock
Add a new kind of pipeline block to the system. -
getPipelineBlockTypes
List<PipelineBlockPrototype> getPipelineBlockTypes()Retrieve all registered pipeline blocks
-