All Packages Class Hierarchy This Package Previous Next Index
Class javax.infobus.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.
- Version:
- $Revision: 1.6 $ $Date: 13 Feb 1998 15:11:54 $
-
DataItemDeletedEvent(Object, Object, Object, InfoBusPropertyMap)
-
-
getChangedCollection()
- returns a reference to the collection data item that lost sub-items
DataItemDeletedEvent
public DataItemDeletedEvent(Object source,
Object changedItem,
Object changedCollection,
InfoBusPropertyMap propertyMap)
getChangedCollection
public Object getChangedCollection()
- returns a reference to the collection data item that lost sub-items
- Returns:
- the collection that has changed
All Packages Class Hierarchy This Package Previous Next Index