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.Modifier and Type | Method and Description |
---|---|
IlvActivity |
getActivity()
Returns the activity where this event originated.
|
IlvActivity getActivity()
IlvActivity
, origin of this event.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.