org.apache.maven.model.building
Class AbstractModelBuildingListener

java.lang.Object
  extended by org.apache.maven.model.building.AbstractModelBuildingListener
All Implemented Interfaces:
ModelBuildingListener

public class AbstractModelBuildingListener
extends Object
implements ModelBuildingListener

Provides a skeleton implementation for model building listeners. The methods of this class are empty.

Author:
Benjamin Bentmann

Constructor Summary
AbstractModelBuildingListener()
           
 
Method Summary
 void buildExtensionsAssembled(ModelBuildingEvent event)
          Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractModelBuildingListener

public AbstractModelBuildingListener()
Method Detail

buildExtensionsAssembled

public void buildExtensionsAssembled(ModelBuildingEvent event)
Description copied from interface: ModelBuildingListener
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.

Specified by:
buildExtensionsAssembled in interface ModelBuildingListener
Parameters:
event - The details about the event.


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.