ilog.ds.gantt
Class IlGanttDSSupport

java.lang.Object
  |
  +--ilog.ds.gantt.IlGanttDSSupport

public class IlGanttDSSupport
extends Object

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

IlGanttDSSupport

public IlGanttDSSupport()
Constructor
Method Detail

contains

protected boolean contains(GanttDSListener l)
Returns:
true if containing the GanttDSListener l

addGanttDSListener

public void addGanttDSListener(GanttDSListener l)
Adds a GanttDSListener.
See Also:
GanttDSListener

removeGanttDSListener

public void removeGanttDSListener(GanttDSListener l)
Removes a GanttDSListener.
See Also:
GanttDSListener

fireActivityChange

public void fireActivityChange(ActivityEvent evt)
Notifies the listeners that an activity has been added, removed, or updated.
See Also:
ActivityEvent

fireResourceChange

public void fireResourceChange(ResourceEvent evt)
Notifies the listeners that a resource has been added, removed, or updated.
See Also:
ResourceEvent

fireConstraintChange

public void fireConstraintChange(ConstraintEvent evt)
Notifies the listeners that a constraint has been added, removed, or updated.
See Also:
ConstraintEvent

fireReservationChange

public void fireReservationChange(ReservationEvent evt)
Notifies the listeners that a reservation has been added, removed, or updated.
See Also:
ReservationEvent