org.apache.avalon.composition.event
Interface CompositionListener

All Superinterfaces:
EventListener

public interface CompositionListener
extends EventListener

A listener for model composition changes.

Version:
$Revision: 1.2 $ $Date: 2004/02/24 22:18:21 $
Author:
Avalon Development Team

Method Summary
 void modelAdded(CompositionEvent event)
          Notify the listener that a model has been added to a source containment model.
 void modelRemoved(CompositionEvent event)
          Notify the listener that a model has been removed from a source containment model.
 

Method Detail

modelAdded

public void modelAdded(CompositionEvent event)
Notify the listener that a model has been added to a source containment model.

Parameters:
event - the containment event raised by the source containment model

modelRemoved

public void modelRemoved(CompositionEvent event)
Notify the listener that a model has been removed from a source containment model.

Parameters:
event - the containment event raised by the source containment model


Copyright © The Apache Software Foundation. All Rights Reserved.