Uses of Class
org.apache.avalon.composition.event.CompositionEvent

Packages that use CompositionEvent
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.composition.event The event package contains the defintion of a model event and listener.  
 

Uses of CompositionEvent in org.apache.avalon.activation.appliance.impl
 

Methods in org.apache.avalon.activation.appliance.impl with parameters of type CompositionEvent
 void AbstractBlock.modelAdded(CompositionEvent event)
          Notify the listener that a model has been added to a source containment model.
 void AbstractBlock.modelRemoved(CompositionEvent event)
          Notify the listener that a model has been removed from a source containment model.
 

Uses of CompositionEvent in org.apache.avalon.composition.event
 

Methods in org.apache.avalon.composition.event with parameters of type CompositionEvent
 void CompositionEventListener.modelAdded(CompositionEvent event)
          Notify the listener that a model has been added to a source containment model.
 void CompositionEventListener.modelRemoved(CompositionEvent event)
          Notify the listener that a model has been removed from a source containment model.
 



Copyright © Apache Software Foundation. All Rights Reserved.