Class SelectionChangeEvent
- java.lang.Object
- 
- com.inductiveautomation.perspective.designer.workspace.events.SelectionChangeEvent
 
- 
 public final class SelectionChangeEvent extends java.lang.ObjectEvent object that will be posted to the editor's event bus when we receive notice through the JS bridge that the set of selected components has changed.
- 
- 
Field SummaryFields Modifier and Type Field Description ComponentSelectionselection
 - 
Constructor SummaryConstructors Constructor Description SelectionChangeEvent(ComponentSelection selection)
 
- 
- 
- 
Field Detail- 
selectionpublic final ComponentSelection selection 
 
- 
 - 
Constructor Detail- 
SelectionChangeEventpublic SelectionChangeEvent(ComponentSelection selection) 
 
- 
 
-