Class ScriptHandlerDesignDelegate
java.lang.Object
com.inductiveautomation.eventstream.designer.handlers.script.ScriptHandlerDesignDelegate
- All Implemented Interfaces:
EventStreamDesignDelegate<HandlerEditor>
,EventStreamHandlerDesignDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEditor
(EventStreamContext context) Supply an Editor to handle configuration viewing and edits.getType()
-
Constructor Details
-
ScriptHandlerDesignDelegate
public ScriptHandlerDesignDelegate()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceEventStreamDesignDelegate<HandlerEditor>
-
getEditor
Description copied from interface:EventStreamHandlerDesignDelegate
Supply an Editor to handle configuration viewing and edits. A new editor should be issued each time this method is called.- Specified by:
getEditor
in interfaceEventStreamDesignDelegate<HandlerEditor>
- Specified by:
getEditor
in interfaceEventStreamHandlerDesignDelegate
-