Uses of Interface
org.eclipse.nebula.widgets.ganttchart.IGanttEventListener
-
Packages that use 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 class
GanttEventListenerAdapter
Fields in org.eclipse.nebula.widgets.ganttchart with type parameters of type IGanttEventListener Modifier and Type Field Description private java.util.List<IGanttEventListener>
GanttComposite. _eventListeners
Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type IGanttEventListener Modifier and Type Method Description void
GanttChart. addGanttEventListener(IGanttEventListener listener)
Adds an event listener.void
GanttComposite. addGanttEventListener(IGanttEventListener listener)
Adds a listener that will be notified of Gantt events.void
GanttChart. removeGanttEventListener(IGanttEventListener listener)
Removes and event listener.void
GanttComposite. removeGanttEventListener(IGanttEventListener listener)
Removes a listener from being notified of Gantt events.
-