|
|||||||||
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
l
public void addGanttDSListener(GanttDSListener l)
GanttDSListener
public void removeGanttDSListener(GanttDSListener l)
GanttDSListener
public void fireActivityChange(ActivityEvent evt)
ActivityEvent
public void fireResourceChange(ResourceEvent evt)
ResourceEvent
public void fireConstraintChange(ConstraintEvent evt)
ConstraintEvent
public void fireReservationChange(ReservationEvent evt)
ReservationEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |