org.apache.james.mpt
Interface Monitor

All Known Implementing Classes:
MailProtocolTestTask, NullMonitor, SystemLoggingMonitor

public interface Monitor

Monitors the conduct of a process. Allows the caller to control the output of the logged information.


Method Summary
 void debug(char character)
           
 void debug(java.lang.String message)
           
 void note(java.lang.String message)
           
 

Method Detail

note

void note(java.lang.String message)

debug

void debug(char character)

debug

void debug(java.lang.String message)


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.