public class MultiGanttChartSynchController extends Object implements IDatelineModelListener
Constructor and Description |
---|
MultiGanttChartSynchController(GanttChart... ganttCharts)
Constructs a new controller.
|
Modifier and Type | Method and Description |
---|---|
void |
datelineModelChanged(DatelineModelEvent evt)
The listener's callback method that gets invoked when the model's time
span or time zone changes.
|
void |
datelineModelWillChange(DatelineModelEvent evt)
The listener's callback method that gets invoked when the model's time
span or time zone will change.
|
public MultiGanttChartSynchController(GanttChart... ganttCharts)
ganttCharts
- the synched Gantt chartspublic void datelineModelWillChange(DatelineModelEvent evt) throws DatelineModelVetoException
IDatelineModelListener
datelineModelWillChange
in interface IDatelineModelListener
evt
- the event that occured on the datelineDatelineModelVetoException
- if the listener does not want the change to happenpublic void datelineModelChanged(DatelineModelEvent evt)
IDatelineModelListener
datelineModelChanged
in interface IDatelineModelListener
evt
- the event that occured on the datelineCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.