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.
-
ModelEvent(Object, Vector)
- Constructs a ModelEvent instance.
-
getElements()
- Returns the vector of elements that were the cause of the event.
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.
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