net.sourceforge.cruisecontrol.listeners
Class LockFileListener

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.listeners.LockFileListener
All Implemented Interfaces:
Listener, java.io.Serializable

public class LockFileListener
extends java.lang.Object
implements Listener

See Also:
Serialized Form

Constructor Summary
LockFileListener()
           
 
Method Summary
 void handleEvent(ProjectEvent event)
           
 void setLockFile(java.lang.String path)
           
 void setProjectName(java.lang.String string)
           
 void validate()
          Called after the configuration is read to make sure that all the mandatory parameters were specified..
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockFileListener

public LockFileListener()
Method Detail

handleEvent

public void handleEvent(ProjectEvent event)
                 throws CruiseControlException
Specified by:
handleEvent in interface Listener
Throws:
CruiseControlException

validate

public void validate()
              throws CruiseControlException
Description copied from interface: Listener
Called after the configuration is read to make sure that all the mandatory parameters were specified..

Specified by:
validate in interface Listener
Throws:
CruiseControlException - if there was a configuration error.

setLockFile

public void setLockFile(java.lang.String path)

setProjectName

public void setProjectName(java.lang.String string)