org.apache.maven.execution
Class AbstractExecutionListener

java.lang.Object
  extended by 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

Constructor Summary
AbstractExecutionListener()
           
 
Method Summary
 void forkedProjectFailed(ExecutionEvent event)
           
 void forkedProjectStarted(ExecutionEvent event)
           
 void forkedProjectSucceeded(ExecutionEvent event)
           
 void forkFailed(ExecutionEvent event)
           
 void forkStarted(ExecutionEvent event)
           
 void forkSucceeded(ExecutionEvent event)
           
 void mojoFailed(ExecutionEvent event)
           
 void mojoSkipped(ExecutionEvent event)
           
 void mojoStarted(ExecutionEvent event)
           
 void mojoSucceeded(ExecutionEvent event)
           
 void projectDiscoveryStarted(ExecutionEvent event)
           
 void projectFailed(ExecutionEvent event)
           
 void projectSkipped(ExecutionEvent event)
           
 void projectStarted(ExecutionEvent event)
           
 void projectSucceeded(ExecutionEvent event)
           
 void sessionEnded(ExecutionEvent event)
           
 void sessionStarted(ExecutionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExecutionListener

public AbstractExecutionListener()
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.