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