com.dlsc.flexgantt.model.eventline
Interface IEventlineSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Eventline, SimpleEventline

public interface IEventlineSelectionListener
extends java.util.EventListener

A listener interface used in combination with the selection model of type IEventlineSelectionModel. Listeners will be informed if eventline objects get added to or removed from the current eventline selection.

Since:
1.0
Author:
Dirk Lemmermann
See Also:
IEventlineSelectionModel.addEventlineSelectionListener(IEventlineSelectionListener)

Method Summary
 void selectionChanged(EventlineSelectionModelEvent evt)
          Listener callback method that gets invoked whenever eventline objects get added to or removed from the eventline selection model.
 

Method Detail

selectionChanged

void selectionChanged(EventlineSelectionModelEvent evt)
Listener callback method that gets invoked whenever eventline objects get added to or removed from the eventline selection model.

Parameters:
evt - the selection model event with detailed information about the kind of change that happened inside the selection model
Since:
1.0