public interface IEventlineSelectionListener extends EventListener
IEventlineSelectionModel. Listeners will be informed if eventline
objects get added to or removed from the current eventline selection.IEventlineSelectionModel.addEventlineSelectionListener(IEventlineSelectionListener)| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(EventlineSelectionModelEvent evt)
Listener callback method that gets invoked whenever eventline objects get
added to or removed from the eventline selection model.
|
void selectionChanged(EventlineSelectionModelEvent evt)
evt - the selection model event with detailed information about the
kind of change that happened inside the selection modelCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.