Package org.apache.maven.model.building
Interface ModelBuildingEventCatapult
interface ModelBuildingEventCatapult
Assists in firing events from a generic method by abstracting from the actual callback method to be called on the
listener.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
fire
(ModelBuildingListener listener, ModelBuildingEvent event) Notifies the specified listener of the given event.
-
Field Details
-
BUILD_EXTENSIONS_ASSEMBLED
-
-
Method Details
-
fire
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
.
-