Package org.apache.maven.model.building
Class AbstractModelBuildingListener
- java.lang.Object
-
- org.apache.maven.model.building.AbstractModelBuildingListener
-
- All Implemented Interfaces:
ModelBuildingListener
- Direct Known Subclasses:
DefaultModelBuildingListener
public class AbstractModelBuildingListener extends java.lang.Object implements ModelBuildingListener
Provides a skeleton implementation for model building listeners. The methods of this class are empty.
-
-
Constructor Summary
Constructors Constructor Description AbstractModelBuildingListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildExtensionsAssembled(ModelBuildingEvent event)Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
-
-
-
Method Detail
-
buildExtensionsAssembled
public void buildExtensionsAssembled(ModelBuildingEvent event)
Description copied from interface:ModelBuildingListenerNotifies the listener that the model has been constructed to the extent where build extensions can be processed.- Specified by:
buildExtensionsAssembledin interfaceModelBuildingListener- Parameters:
event- The details about the event.
-
-