Class SelectionChangeEvent
- java.lang.Object
-
- com.inductiveautomation.perspective.designer.workspace.events.SelectionChangeEvent
-
public final class SelectionChangeEvent extends java.lang.Object
Event 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 Summary
Fields Modifier and Type Field Description ComponentSelection
selection
-
Constructor Summary
Constructors Constructor Description SelectionChangeEvent(ComponentSelection selection)
-
-
-
Field Detail
-
selection
public final ComponentSelection selection
-
-
Constructor Detail
-
SelectionChangeEvent
public SelectionChangeEvent(ComponentSelection selection)
-
-