ilog.views.gantt.event
Interface ActivityEvent

All Known Implementing Classes:
ActivitiesInsertedEvent, ActivitiesRemovedEvent, ActivityIDEvent, ActivityMovedEvent, ActivityNameEvent, ActivityPropertyEvent, ActivityTimeIntervalEvent, ActivityUserPropertyEvent

public interface ActivityEvent

ActivityEvent defines the abstract behavior of all events fired by IlvActivity's. Typically these are ActivityPropertyEvent's, but technically they can be any event fired by an activity. Interested ActivityListener's must register with the gantt data model to receive these events. IlvActivity does not handle direct listener subscriptions.

See Also:
IlvActivity, ActivityListener, IlvGanttModel.addActivityListener(ilog.views.gantt.event.ActivityListener)

Method Summary
 IlvActivity getActivity()
          Returns the activity where this event originated.
 

Method Detail

getActivity

IlvActivity getActivity()
Returns the activity where this event originated.

Returns:
The IlvActivity, origin of this event.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.