com.trackstudio.app.scm
Class StandardOutputListener

java.lang.Object
  extended by com.trackstudio.app.scm.StandardOutputListener
All Implemented Interfaces:
org.vcs.bazaar.client.IBazaarNotifyListener

public class StandardOutputListener
extends java.lang.Object
implements org.vcs.bazaar.client.IBazaarNotifyListener


Constructor Summary
StandardOutputListener()
           
 
Method Summary
 void logCommandLine(java.lang.String commandLine)
           
 void logCommandOutput(java.lang.String message)
           
 void logCompleted(java.lang.String message)
           
 void logError(java.lang.String message)
           
 void logMessage(java.lang.String message)
           
 void logRevision(long revision, java.lang.String path)
           
 void onNotify(java.io.File file)
           
 void setCommand(int command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardOutputListener

public StandardOutputListener()
Method Detail

logCommandLine

public void logCommandLine(java.lang.String commandLine)
Specified by:
logCommandLine in interface org.vcs.bazaar.client.IBazaarNotifyListener

logCommandOutput

public void logCommandOutput(java.lang.String message)
Specified by:
logCommandOutput in interface org.vcs.bazaar.client.IBazaarNotifyListener

logCompleted

public void logCompleted(java.lang.String message)
Specified by:
logCompleted in interface org.vcs.bazaar.client.IBazaarNotifyListener

logError

public void logError(java.lang.String message)
Specified by:
logError in interface org.vcs.bazaar.client.IBazaarNotifyListener

logMessage

public void logMessage(java.lang.String message)
Specified by:
logMessage in interface org.vcs.bazaar.client.IBazaarNotifyListener

logRevision

public void logRevision(long revision,
                        java.lang.String path)
Specified by:
logRevision in interface org.vcs.bazaar.client.IBazaarNotifyListener

onNotify

public void onNotify(java.io.File file)
Specified by:
onNotify in interface org.vcs.bazaar.client.IBazaarNotifyListener

setCommand

public void setCommand(int command)
Specified by:
setCommand in interface org.vcs.bazaar.client.IBazaarNotifyListener


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.