org.apache.avalon.composition.event
Interface CompositionEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractBlock

public interface CompositionEventListener
extends EventListener

A listener for model composition changes.

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

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 © Apache Software Foundation. All Rights Reserved.