org.apache.avalon.composition.event
Class ContainmentEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.apache.avalon.composition.event.ModelEvent
          extended byorg.apache.avalon.composition.event.ContainmentEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompositionEvent

public class ContainmentEvent
extends ModelEvent

A event object that descirbes a containment model related event.

Version:
$Revision: 1.1 $ $Date: 2003/12/29 14:31:21 $
Author:
Stephen McConnell
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContainmentEvent(ContainmentModel model)
          Create a ContainmentEvent instance.
 
Method Summary
 ContainmentModel getContainmentModel()
          Return the the containment model that generated the event.
 
Methods inherited from class org.apache.avalon.composition.event.ModelEvent
getModel
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainmentEvent

public ContainmentEvent(ContainmentModel model)
Create a ContainmentEvent instance.

Parameters:
model - the source containment model
Method Detail

getContainmentModel

public ContainmentModel getContainmentModel()
Return the the containment model that generated the event.

Returns:
the source containment model


Copyright © Apache Software Foundation. All Rights Reserved.