net.sourceforge.cruisecontrol
Interface Listener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CMSynergySessionMonitor, CurrentBuildStatusFTPListener, CurrentBuildStatusListener, CurrentBuildStatusPageListener, LockFileListener

public interface Listener
extends java.io.Serializable


Method Summary
 void handleEvent(ProjectEvent event)
           
 void validate()
          Called after the configuration is read to make sure that all the mandatory parameters were specified..
 

Method Detail

handleEvent

public void handleEvent(ProjectEvent event)
                 throws CruiseControlException
Throws:
CruiseControlException

validate

public void validate()
              throws CruiseControlException
Called after the configuration is read to make sure that all the mandatory parameters were specified..

Throws:
CruiseControlException - if there was a configuration error.