Class EventConfig
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.config.EventConfig
 
- 
 public class EventConfig extends java.lang.ObjectHolds 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 Modifier and Type Class Description static classEventConfig.GsonAdapter
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCOMPONENT_EVENTSEvent category key for events that are fired by component implementations.static java.lang.StringDOM_EVENTSEvent category key for events that are fired by the DOMjava.util.Map<java.lang.String,com.google.common.collect.Multimap<java.lang.String,ActionConfig>>eventGroupsstatic java.lang.StringMODEL_EVENTSEvent category key for events that are fired by component delegate implementations.static java.lang.StringSYSTEM_EVENTSEvent category key for events fired by the system, such as startup and shutdown events
 - 
Constructor SummaryConstructors Constructor Description EventConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
 
- 
- 
- 
Field Detail- 
DOM_EVENTSpublic static final java.lang.String DOM_EVENTS Event category key for events that are fired by the DOM- See Also:
- Constant Field Values
 
 - 
COMPONENT_EVENTSpublic static final java.lang.String COMPONENT_EVENTS Event category key for events that are fired by component implementations.- See Also:
- Constant Field Values
 
 - 
MODEL_EVENTSpublic static final java.lang.String MODEL_EVENTS Event category key for events that are fired by component delegate implementations.- See Also:
- Constant Field Values
 
 - 
SYSTEM_EVENTSpublic static final java.lang.String SYSTEM_EVENTS Event category key for events fired by the system, such as startup and shutdown events- See Also:
- Constant Field Values
 
 - 
eventGroupspublic java.util.Map<java.lang.String,com.google.common.collect.Multimap<java.lang.String,ActionConfig>> eventGroups 
 
- 
 
-