public interface IGanttChartModelListener extends EventListener
IGanttChartModel. Implementors can attach itself to a Gantt chart
model and will receive events when timeline objects are being added, removed,
etc...IGanttChartModel.addGanttChartModelListener(IGanttChartModelListener)| Modifier and Type | Method and Description |
|---|---|
void |
ganttChartChanged(GanttChartModelEvent evt)
Callback method that gets invoked whenever change occures in the Gantt
chart model that is being observed by the listener.
|
void ganttChartChanged(GanttChartModelEvent evt)
evt - the event object describing the change that took place in the
Gantt chart modelCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.