JIDE 3.5.15

com.jidesoft.gantt
Interface GanttModelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DateGanttChart, GanttChart

public interface GanttModelListener
extends EventListener

GanttModelListener defines the interface that listens to changes in a GanttModel.

See Also:
GanttModelEvent

Method Summary
 void ganttChartChanged(GanttModelEvent e)
          This method notifies the listeners that something is changed in the GanttModel.
 

Method Detail

ganttChartChanged

void ganttChartChanged(GanttModelEvent e)
This method notifies the listeners that something is changed in the GanttModel.

Parameters:
e - the GanttModelEvent.

JIDE 3.5.15