com.dlsc.flexgantt.swing.layer.timeline
Interface ITimelineObjectLayerSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TimelineObjectLayer

public interface ITimelineObjectLayerSelectionListener
extends java.util.EventListener

An interface that can be used by objects that want to register themselves as listeners (observers) with the selection model of a TimelineObjectLayer.

Since:
1.0
Author:
Dirk Lemmermann
See Also:
ITimelineObjectLayerSelectionModel.addTimelineLayerSelectionModelListener(ITimelineObjectLayerSelectionListener)

Method Summary
 void valueChanged(TimelineObjectSelectionEvent evt)
          Callback method that gets invoked when the selection within the observed TimelineObjectLayer changes.
 

Method Detail

valueChanged

void valueChanged(TimelineObjectSelectionEvent evt)
Callback method that gets invoked when the selection within the observed TimelineObjectLayer changes.

Parameters:
evt - the event with detailed information about the change that occured
Since:
1.0