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 Details

    • registerPipelineBlock

      void registerPipelineBlock(PipelineBlockPrototype prototype)
      Add a new kind of pipeline block to the system.
    • getPipelineBlockTypes

      List<PipelineBlockPrototype> getPipelineBlockTypes()
      Retrieve all registered pipeline blocks