public interface ILayerContainerSelectionModelListener extends EventListener
ILayerContainerSelectionModel instances. The
listener will be informed whenever time spans get added or removed from the
selection model.ILayerContainerSelectionModel.addLayerContainerSelectionModelListener(ILayerContainerSelectionModelListener)| Modifier and Type | Method and Description |
|---|---|
void |
timeSpansAdded(TimeSpanSelectionEvent evt)
Callback method that gets invoked when time spans have been added to the
selection model.
|
void |
timeSpansRemoved(TimeSpanSelectionEvent evt)
Callback method that gets invoked when time spans have been removed from
the selection model.
|
void timeSpansAdded(TimeSpanSelectionEvent evt)
evt - an event describing the modification of the selection modeltimeSpansRemoved(TimeSpanSelectionEvent)void timeSpansRemoved(TimeSpanSelectionEvent evt)
evt - an event describing the modification of the selection modeltimeSpansAdded(TimeSpanSelectionEvent)Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.