@Component(role=ExecutionEventCatapult.class) public class DefaultExecutionEventCatapult extends Object implements ExecutionEventCatapult
| Constructor and Description | 
|---|
| DefaultExecutionEventCatapult() | 
| 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) | 
public DefaultExecutionEventCatapult()
public void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)
fire in interface ExecutionEventCatapultpublic void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception)
fire in interface ExecutionEventCatapultCopyright © 2001–2014 The Apache Software Foundation. All rights reserved.