org.aspectj.bridge
Interface ILifecycleAware


public interface ILifecycleAware

Interface that can be implemented by MessageHandlers that need to perform some additional processing when a build is starting and when it has finished.

Since:
1.5.1

Method Summary
 void buildFinished(boolean wasIncremental)
          called when a batch build finishes
 void buildStarting(boolean isIncremental)
          called when a build starts
 

Method Detail

buildStarting

void buildStarting(boolean isIncremental)
called when a build starts


buildFinished

void buildFinished(boolean wasIncremental)
called when a batch build finishes