FileDocCategorySizeDatePackage
LogListener.javaAPI DocApache Ant 1.701120Wed Dec 13 06:16:22 GMT 2006org.apache.tools.ant.taskdefs.optional.ssh

LogListener

public interface LogListener
Interface for ssh log listeners to implement.

Fields Summary
Constructors Summary
Methods Summary
public voidlog(java.lang.String message)
Method for the loglistener to implement to recieve log messages.

param
message the message to log