Package org.apache.maven.model.building
Interface ModelBuildingEventCatapult
-
interface ModelBuildingEventCatapultAssists in firing events from a generic method by abstracting from the actual callback method to be called on the listener.
-
-
Field Summary
Fields Modifier and Type Field Description static ModelBuildingEventCatapultBUILD_EXTENSIONS_ASSEMBLED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfire(ModelBuildingListener listener, ModelBuildingEvent event)Notifies the specified listener of the given event.
-
-
-
Field Detail
-
BUILD_EXTENSIONS_ASSEMBLED
static final ModelBuildingEventCatapult BUILD_EXTENSIONS_ASSEMBLED
-
-
Method Detail
-
fire
void fire(ModelBuildingListener listener, ModelBuildingEvent event)
Notifies the specified listener of the given event.- Parameters:
listener- The listener to notify, must not benull.event- The event to fire, must not benull.
-
-