Interface ExecutionEventCatapult
-
- All Known Implementing Classes:
DefaultExecutionEventCatapult
public interface ExecutionEventCatapultAssists in firing execution events. Warning: This is an internal utility interface that is only public for technical reasons, it is not part of the public API. In particular, this interface can be changed or deleted without prior notice.- Author:
- Benjamin Bentmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)voidfire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)
-
-
-
Method Detail
-
fire
void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)
-
fire
void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)
-
-