public class SortingEvent extends EventObject
ISortingListener
interface. The event object contains information about the sorting operation.AbstractGanttChart.addSortingListener(ISortingListener),
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
SortingEvent.ID
An enumerator used to distinguish between different types of sorting
events.
|
source| Constructor and Description |
|---|
SortingEvent(AbstractGanttChart gc,
SortingEvent.ID id)
Constructs a new sorting event object.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGanttChart |
getGanttChart()
Returns the Gantt chart where the sorting operation takes place.
|
SortingEvent.ID |
getId()
Returns the event identifier that can be used to differentiate between
different types of events.
|
getSource, toStringpublic SortingEvent(AbstractGanttChart gc, SortingEvent.ID id)
gc - the source of the event (the sorted Gantt chart)id - an identifier used to differentiate between different types of
eventspublic AbstractGanttChart getGanttChart()
public SortingEvent.ID getId()
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.