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