org.apache.maven.execution
Class AbstractExecutionListener
java.lang.Object
org.apache.maven.execution.AbstractExecutionListener
- All Implemented Interfaces:
- ExecutionListener
public class AbstractExecutionListener
- extends Object
- implements ExecutionListener
Provides a skeleton implementation for execution listeners. The methods of this class are empty.
- Author:
- Benjamin Bentmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractExecutionListener
public AbstractExecutionListener()
projectDiscoveryStarted
public void projectDiscoveryStarted(ExecutionEvent event)
- Specified by:
projectDiscoveryStarted in interface ExecutionListener
sessionStarted
public void sessionStarted(ExecutionEvent event)
- Specified by:
sessionStarted in interface ExecutionListener
sessionEnded
public void sessionEnded(ExecutionEvent event)
- Specified by:
sessionEnded in interface ExecutionListener
projectSkipped
public void projectSkipped(ExecutionEvent event)
- Specified by:
projectSkipped in interface ExecutionListener
projectStarted
public void projectStarted(ExecutionEvent event)
- Specified by:
projectStarted in interface ExecutionListener
projectSucceeded
public void projectSucceeded(ExecutionEvent event)
- Specified by:
projectSucceeded in interface ExecutionListener
projectFailed
public void projectFailed(ExecutionEvent event)
- Specified by:
projectFailed in interface ExecutionListener
forkStarted
public void forkStarted(ExecutionEvent event)
- Specified by:
forkStarted in interface ExecutionListener
forkSucceeded
public void forkSucceeded(ExecutionEvent event)
- Specified by:
forkSucceeded in interface ExecutionListener
forkFailed
public void forkFailed(ExecutionEvent event)
- Specified by:
forkFailed in interface ExecutionListener
mojoSkipped
public void mojoSkipped(ExecutionEvent event)
- Specified by:
mojoSkipped in interface ExecutionListener
mojoStarted
public void mojoStarted(ExecutionEvent event)
- Specified by:
mojoStarted in interface ExecutionListener
mojoSucceeded
public void mojoSucceeded(ExecutionEvent event)
- Specified by:
mojoSucceeded in interface ExecutionListener
mojoFailed
public void mojoFailed(ExecutionEvent event)
- Specified by:
mojoFailed in interface ExecutionListener
forkedProjectStarted
public void forkedProjectStarted(ExecutionEvent event)
- Specified by:
forkedProjectStarted in interface ExecutionListener
forkedProjectSucceeded
public void forkedProjectSucceeded(ExecutionEvent event)
- Specified by:
forkedProjectSucceeded in interface ExecutionListener
forkedProjectFailed
public void forkedProjectFailed(ExecutionEvent event)
- Specified by:
forkedProjectFailed in interface ExecutionListener
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.