Uses of Interface
org.apache.avalon.composition.event.CompositionEventListener

Packages that use CompositionEventListener
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.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

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

Classes in org.apache.avalon.activation.appliance.impl that implement CompositionEventListener
 class AbstractBlock
          The AbstractBlock is responsible for the management of the assembly of the subsidiary appliances, the coordination of the deployment, decommissioning and eventual dissassembly of contained appliances, and the overall management of a containment context.
 class CompositeBlock
          The DefaultBlock is responsible for the management of the assembly of the subsidiary appliances, the coordination of the deployment, decommissioning and eventual dissassembly of contained appliances, and the overall management of a containment context.
 

Uses of CompositionEventListener in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model with parameters of type CompositionEventListener
 void ContainmentModel.addCompositionListener(CompositionEventListener listener)
          Add a composition listener to the model.
 void ContainmentModel.removeCompositionListener(CompositionEventListener listener)
          Remove a composition listener from the model.
 

Uses of CompositionEventListener in org.apache.avalon.composition.model.impl
 

Methods in org.apache.avalon.composition.model.impl with parameters of type CompositionEventListener
 void DefaultContainmentModel.addCompositionListener(CompositionEventListener listener)
          Add a composition listener to the model.
 void DefaultContainmentModel.removeCompositionListener(CompositionEventListener listener)
          Remove a composition listener from the model.
 



Copyright © Apache Software Foundation. All Rights Reserved.