com.xebialabs.deployit.client.logger
Class AbstractDeploymentListener

java.lang.Object
  extended by com.xebialabs.deployit.client.logger.AbstractDeploymentListener
All Implemented Interfaces:
DeploymentListener
Direct Known Subclasses:
Slf4jDeploymentListener

public abstract class AbstractDeploymentListener
extends java.lang.Object
implements DeploymentListener


Constructor Summary
AbstractDeploymentListener()
           
 
Method Summary
 void debug(java.lang.String message)
           
 void error(java.lang.String message)
           
protected abstract  void handleDebug(java.lang.String message)
           
protected abstract  void handleError(java.lang.String message)
           
protected abstract  void handleInfo(java.lang.String message)
           
protected abstract  void handleTrace(java.lang.String message)
           
 void info(java.lang.String message)
           
 void setActionListener(DeploymentListener listener)
           
 void trace(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDeploymentListener

public AbstractDeploymentListener()
Method Detail

setActionListener

public void setActionListener(DeploymentListener listener)
Specified by:
setActionListener in interface DeploymentListener

handleDebug

protected abstract void handleDebug(java.lang.String message)

handleInfo

protected abstract void handleInfo(java.lang.String message)

handleTrace

protected abstract void handleTrace(java.lang.String message)

handleError

protected abstract void handleError(java.lang.String message)

debug

public void debug(java.lang.String message)
Specified by:
debug in interface DeploymentListener

info

public void info(java.lang.String message)
Specified by:
info in interface DeploymentListener

trace

public void trace(java.lang.String message)
Specified by:
trace in interface DeploymentListener

error

public void error(java.lang.String message)
Specified by:
error in interface DeploymentListener