All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class HttpHandlerEditor extends HandlerEditor
See Also:
  • Constructor Details

  • Method Details

    • initialize

      public void initialize(EventStreamContext context, com.inductiveautomation.ignition.common.gson.JsonObject config)
      Description copied from class: EventStreamEditor
      When an Event Stream is opened for editing, this method is called to initialize the editor with the Event Stream configurations.
      Specified by:
      initialize in class EventStreamEditor
      Parameters:
      context - Contains methods that's relevant Event Stream related set-up
      config - Contains the Event Stream configuration
    • getConfig

      public com.inductiveautomation.ignition.common.gson.JsonObject getConfig()
      Description copied from class: EventStreamEditor
      When an Event Stream is saved, this method is called to retrieve the edited Event Stream for saving.
      Specified by:
      getConfig in class EventStreamEditor
      Returns:
      Configuration for the Event Stream edited by this editor
    • dispose

      public void dispose()
      Description copied from class: EventStreamEditor
      Override this method if there are sources that needs disposing.
      Overrides:
      dispose in class EventStreamEditor