|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ilog.ds.gantt.IlGanttDSSupport
Class supporting GanttDSListeners. This class can be used as a base or delegation class to implements GanttDSListeners.
| Constructor Summary | |
IlGanttDSSupport()
Constructor |
|
| Method Summary | |
void |
addGanttDSListener(GanttDSListener l)
Adds a GanttDSListener. |
protected boolean |
contains(GanttDSListener l)
|
void |
fireActivityChange(ActivityEvent evt)
Notifies the listeners that an activity has been added, removed, or updated. |
void |
fireConstraintChange(ConstraintEvent evt)
Notifies the listeners that a constraint has been added, removed, or updated. |
void |
fireReservationChange(ReservationEvent evt)
Notifies the listeners that a reservation has been added, removed, or updated. |
void |
fireResourceChange(ResourceEvent evt)
Notifies the listeners that a resource has been added, removed, or updated. |
void |
removeGanttDSListener(GanttDSListener l)
Removes a GanttDSListener. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IlGanttDSSupport()
| Method Detail |
protected boolean contains(GanttDSListener l)
true if containing the GanttDSListener
lpublic void addGanttDSListener(GanttDSListener l)
GanttDSListenerpublic void removeGanttDSListener(GanttDSListener l)
GanttDSListenerpublic void fireActivityChange(ActivityEvent evt)
ActivityEventpublic void fireResourceChange(ResourceEvent evt)
ResourceEventpublic void fireConstraintChange(ConstraintEvent evt)
ConstraintEventpublic void fireReservationChange(ReservationEvent evt)
ReservationEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||