Package net.sourceforge.cruisecontrol.events

Interface Summary
BuildProgressListener An event listener for receiving the current state of the build loop as it progresses.
BuildResultListener An event listener for receiving the result of a project's build.
 

Class Summary
BuildProgressEvent The BuildProgressEvent is fired just before each step of the build loop.
BuildResultEvent The BuildResultEvent is fired at the end of each build loop indicating whether the build has passed or failed.