com.dlsc.flexgantt.swing
Interface IMultiGanttChartContainerListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
GanttChartStatusBar, GanttChartToolBar

public interface IMultiGanttChartContainerListener
extends java.util.EventListener

A listener that can be attached to a multi Gantt chart container instance. The listener will be informed about changes in the container.

Since:
1.0
Author:
Dirk Lemmermann

Method Summary
 void containerChanged(MultiGanttChartContainerEvent evt)
          Listener callback method that will be invoked when the state of the container changes.
 

Method Detail

containerChanged

void containerChanged(MultiGanttChartContainerEvent evt)
Listener callback method that will be invoked when the state of the container changes.

Parameters:
evt - the container event
Since:
1.0