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
Method Summary |
java.lang.Object |
getChangedCollection()
returns a reference to the collection data item that lost 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 |
DataItemDeletedEvent
public DataItemDeletedEvent(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 sub-items
- Returns:
- the collection that has changed