public interface ExecutionEventCatapult
| Modifier and Type | Method and Description | 
|---|---|
| void | fire(ExecutionEvent.Type eventType,
        MavenSession session,
        MojoExecution mojoExecution) | 
| void | fire(ExecutionEvent.Type eventType,
        MavenSession session,
        MojoExecution mojoExecution,
        Exception exception) | 
void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)
void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception)
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.