public interface ReservationEvent
ReservationEvent
defines the abstract behavior of all
events fired by IlvReservation
's. Typically these are
ReservationPropertyEvent
's, but technically they can be
any event fired by a reservation.
Interested ReservationListener
's
must register with the gantt data model to receive these events.
IlvReservation
does not handle direct listener subscriptions.Modifier and Type | Method and Description |
---|---|
IlvReservation |
getReservation()
Returns the reservation where this event originated.
|
IlvReservation getReservation()
IlvReservation
where this event originated.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.