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

Constructor Summary
DataItemAddedEvent(java.lang.Object source, java.lang.Object changedItem, java.lang.Object changedCollection, InfoBusPropertyMap propertyMap)
           
 
Method Summary
 java.lang.Object getChangedCollection()
          returns a reference to the collection data item that lost or gained sub-items
 
Methods inherited from class javax.infobus.DataItemChangeEvent
getChangedItem, getProperty, getSource
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataItemAddedEvent

public DataItemAddedEvent(java.lang.Object source,
                          java.lang.Object changedItem,
                          java.lang.Object changedCollection,
                          InfoBusPropertyMap propertyMap)
Method Detail

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