org.apache.avalon.composition.event
Class ModelEvent
java.lang.Object
java.util.EventObject
org.apache.avalon.composition.event.ModelEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ContainmentEvent
- public abstract class ModelEvent
- extends EventObject
A event object that descirbes a model related event.
- Version:
- $Revision: 1.2 $ $Date: 2004/01/01 13:06:54 $
- Author:
- Stephen McConnell
- See Also:
- Serialized Form
Method Summary |
Model |
getModel()
Return the the model that generated the event. |
ModelEvent
public ModelEvent(Model model)
- Create a ModelEvent instance.
- Parameters:
model
- the model raising the event
getModel
public Model getModel()
- Return the the model that generated the event.
- Returns:
- the source model
Copyright © Apache Software Foundation. All Rights Reserved.