Class PipeSelectionChangeEvent
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.workspace.events.PipeSelectionChangeEvent
 
 
- 
public final class PipeSelectionChangeEvent extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.util.List<PipeSelectionDetail>detailsbooleanreplaceComponentSelection 
- 
Constructor Summary
Constructors Constructor Description PipeSelectionChangeEvent(java.util.List<PipeSelectionDetail> details, boolean replaceComponentSelection) 
 - 
 
- 
- 
Field Detail
- 
details
public final java.util.List<PipeSelectionDetail> details
 
- 
replaceComponentSelection
public final boolean replaceComponentSelection
 
 - 
 
- 
Constructor Detail
- 
PipeSelectionChangeEvent
public PipeSelectionChangeEvent(java.util.List<PipeSelectionDetail> details, boolean replaceComponentSelection)
 
 - 
 
 -