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

Packages that use CompositionListener
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 CompositionListener in org.apache.avalon.composition.model
 

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

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

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



Copyright © The Apache Software Foundation. All Rights Reserved.