Class EventConfig
java.lang.Object
com.inductiveautomation.perspective.common.config.EventConfig
Holds the event and action configuration for a component. Structure is a map of event groups, which hold
a map of eventName to ActionConfig[]
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Event category key for events that are fired by component implementations.static final String
Event category key for events that are fired by the DOMMap<String,
com.google.common.collect.Multimap<String, ActionConfig>> static final String
Event category key for events that are fired by component delegate implementations.static final String
Event category key for events fired by the system, such as startup and shutdown events -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOM_EVENTS
Event category key for events that are fired by the DOM- See Also:
-
COMPONENT_EVENTS
Event category key for events that are fired by component implementations.- See Also:
-
MODEL_EVENTS
Event category key for events that are fired by component delegate implementations.- See Also:
-
SYSTEM_EVENTS
Event category key for events fired by the system, such as startup and shutdown events- See Also:
-
eventGroups
-
-
Constructor Details
-
EventConfig
public EventConfig()
-
-
Method Details