java.lang.Object
com.inductiveautomation.perspective.common.config.EventConfig

public class EventConfig extends Object
Holds the event and action configuration for a component. Structure is a map of event groups, which hold a map of eventName to ActionConfig[]
  • Field Details

    • DOM_EVENTS

      public static final String DOM_EVENTS
      Event category key for events that are fired by the DOM
      See Also:
    • COMPONENT_EVENTS

      public static final String COMPONENT_EVENTS
      Event category key for events that are fired by component implementations.
      See Also:
    • MODEL_EVENTS

      public static final String MODEL_EVENTS
      Event category key for events that are fired by component delegate implementations.
      See Also:
    • SYSTEM_EVENTS

      public static final String SYSTEM_EVENTS
      Event category key for events fired by the system, such as startup and shutdown events
      See Also:
    • eventGroups

      public Map<String,com.google.common.collect.Multimap<String,ActionConfig>> eventGroups
  • Constructor Details

    • EventConfig

      public EventConfig()
  • Method Details