org.bakelite.fax
Interface LogWatcher.LogWatchCallback

All Known Implementing Classes:
PDFFaxMailet
Enclosing class:
LogWatcher

public static interface LogWatcher.LogWatchCallback

Log watch callback.

Author:
cchantep

Method Summary
 void onException(java.lang.Exception exception)
          Callback fired when an exception occurs while trying to watch.
 void onNewLine(java.lang.String line)
          Callback fired when a new |line| is read.
 

Method Detail

onNewLine

void onNewLine(java.lang.String line)
Callback fired when a new |line| is read.

Parameters:
line - New read line

onException

void onException(java.lang.Exception exception)
Callback fired when an exception occurs while trying to watch.

Parameters:
exception - Thrown exception


Copyright © 2008. All Rights Reserved.