All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.util.ModelEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.beans.util.ModelEvent

public class ModelEvent
extends EventObject
The ModelEvent class is fired by a model to notify listeners that the elements in the model have changed.


Constructor Index

 o ModelEvent(Object, Vector)
Constructs a ModelEvent instance.

Method Index

 o getElements()
Returns the vector of elements that were the cause of the event.

Constructors

 o ModelEvent
 public ModelEvent(Object source,
                   Vector elements)
Constructs a ModelEvent instance.

Parameters:
source - The model that fired the event.
elements - The elements in the model involved in the change.

Methods

 o getElements
 public Vector getElements()
Returns the vector of elements that were the cause of the event.

Returns:
The elements that were the cause of the event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index