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 $

Constructor Index

 o DataItemDeletedEvent(Object, Object, Object, InfoBusPropertyMap)

Method Index

 o getChangedCollection()
returns a reference to the collection data item that lost sub-items

Constructors

 o DataItemDeletedEvent
 public DataItemDeletedEvent(Object source,
                             Object changedItem,
                             Object changedCollection,
                             InfoBusPropertyMap propertyMap)

Methods

 o 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