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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringEvent category key for events that are fired by component implementations.static final StringEvent category key for events that are fired by the DOMMap<String,com.google.common.collect.Multimap<String, ActionConfig>> static final StringEvent category key for events that are fired by component delegate implementations.static final StringEvent category key for events fired by the system, such as startup and shutdown events
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
DOM_EVENTSEvent category key for events that are fired by the DOM- See Also:
 
- 
COMPONENT_EVENTSEvent category key for events that are fired by component implementations.- See Also:
 
- 
MODEL_EVENTSEvent category key for events that are fired by component delegate implementations.- See Also:
 
- 
SYSTEM_EVENTSEvent category key for events fired by the system, such as startup and shutdown events- See Also:
 
- 
eventGroups
 
- 
- 
Constructor Details- 
EventConfigpublic EventConfig()
 
- 
- 
Method Details