public class TimeSpanSelectionEvent extends EventObject
ILayerContainerSelectionModel whenever
time spans have been added to or removed from the model.ILayerContainerSelectionModelListener,
Serialized Formsource| Constructor and Description |
|---|
TimeSpanSelectionEvent(ILayerContainerSelectionModel model,
Object node,
List<ITimeSpan> timeSpans)
Constructs a new event.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getNode()
Returns the tree table node that was the target of changed time span
selection.
|
List<ITimeSpan> |
getTimeSpans()
Returns the added / removed time spans.
|
getSource, toStringpublic TimeSpanSelectionEvent(ILayerContainerSelectionModel model, Object node, List<ITimeSpan> timeSpans)
model - the selection model that was modifiednode - the tree table node on which time spans were added (removed)timeSpans - the added / removed time spanspublic Object getNode()
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.