Package org.apache.maven.model.building
Class AbstractModelBuildingListener
java.lang.Object
org.apache.maven.model.building.AbstractModelBuildingListener
- All Implemented Interfaces:
ModelBuildingListener
Provides a skeleton implementation for model building listeners. The methods of this class are empty.
- Author:
- Benjamin Bentmann
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
-
Constructor Details
-
AbstractModelBuildingListener
public AbstractModelBuildingListener()
-
-
Method Details
-
buildExtensionsAssembled
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 interfaceModelBuildingListener
- Parameters:
event
- The details about the event.
-