Class EventConfigChange
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.messages.EventConfigChange
 
- 
 public class EventConfigChange extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringcomponentPathEventConfigeventConfigstatic java.lang.StringPROTOCOL
 - 
Constructor SummaryConstructors Constructor Description EventConfigChange(java.lang.String componentPath, EventConfig eventConfig)
 
- 
- 
- 
Field Detail- 
PROTOCOLpublic static final java.lang.String PROTOCOL - See Also:
- Constant Field Values
 
 - 
componentPathpublic java.lang.String componentPath 
 - 
eventConfigpublic EventConfig eventConfig 
 
- 
 - 
Constructor Detail- 
EventConfigChangepublic EventConfigChange(java.lang.String componentPath, EventConfig eventConfig)
 
- 
 
-