Uses of Interface
org.eclipse.nebula.widgets.ganttchart.IGanttEventListener
| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.ganttchart |
-
Uses of IGanttEventListener in org.eclipse.nebula.widgets.ganttchart
Classes in org.eclipse.nebula.widgets.ganttchart that implement IGanttEventListener Modifier and Type Class Description classGanttEventListenerAdapterMethods in org.eclipse.nebula.widgets.ganttchart with parameters of type IGanttEventListener Modifier and Type Method Description voidGanttChart. addGanttEventListener(IGanttEventListener listener)Adds an event listener.voidGanttComposite. addGanttEventListener(IGanttEventListener listener)Adds a listener that will be notified of Gantt events.voidGanttChart. removeGanttEventListener(IGanttEventListener listener)Removes and event listener.voidGanttComposite. removeGanttEventListener(IGanttEventListener listener)Removes a listener from being notified of Gantt events.