javax.infobus
Class DataItemAddedEvent
java.lang.Object
|
+--java.util.EventObject
|
+--javax.infobus.DataItemChangeEvent
|
+--javax.infobus.DataItemAddedEvent
- public final class DataItemAddedEvent
- extends DataItemChangeEvent
Describes a change to a data item that is a collection or
is being added to a collection.
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
getChangedCollection()
returns a reference to the collection data item that lost or
gained sub-items |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
DataItemAddedEvent
public DataItemAddedEvent(java.lang.Object source,
java.lang.Object changedItem,
java.lang.Object changedCollection,
InfoBusPropertyMap propertyMap)
getChangedCollection
public java.lang.Object getChangedCollection()
- returns a reference to the collection data item that lost or
gained sub-items
- Returns:
- the collection that has changed