public class BouquetChangeEvent extends TransportSIChangeEvent
BouquetChangeEvent notifies an
BouquetChangeListener of changes detected in a
BouquetCollection. Specifically, this event
signals the addition, removal, or modification of a
Bouquet.BouquetCollection,
Bouquet,
Serialized Formsource| Constructor and Description |
|---|
BouquetChangeEvent(BouquetCollection collection,
SIChangeType type,
Bouquet b)
Constructs a
BouquetChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
Bouquet |
getBouquet()
Reports the
Bouquet that changed. |
BouquetCollection |
getBouquetCollection()
Reports the
BouquetCollection that generated the
event. |
getTransportgetChangeType, getSIElementgetSource, toStringpublic BouquetChangeEvent(BouquetCollection collection, SIChangeType type, Bouquet b)
BouquetChangeEvent.collection - The BouquetCollection in which the
change occurred.type - The type of change that occurred.b - The Bouquet that changed.public BouquetCollection getBouquetCollection()
BouquetCollection that generated the
event. It will be identical to the object returned by the
getTransport() method.BouquetCollection that generated the
event.public Bouquet getBouquet()
Bouquet that changed. It will be
identical to the object returned by the inherited
SIChangeEvent.getSIElement method.Bouquet that changed.Copyright © 2012 code4tv.com. All Rights Reserved.