javax.infobus
Class DataItemDeletedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.infobus.DataItemChangeEvent
              |
              +--javax.infobus.DataItemDeletedEvent

public final class DataItemDeletedEvent
extends DataItemChangeEvent

Describes a change to a data item that is a collection or is being deleted from a collection.

See Also:
Serialized Form

Constructor Summary
DataItemDeletedEvent(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 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

DataItemDeletedEvent

public DataItemDeletedEvent(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 sub-items
Returns:
the collection that has changed