com.java4less.rmail
Interface ProgressSMTPListener

All Known Implementing Classes:
SendPageApplet, SmtpApplet

public interface ProgressSMTPListener

This interface is used to notify the progress in the connection of a smtp or pop connection.


Method Summary
 void progressText(java.lang.String t)
          returns information about the status.
 

Method Detail

progressText

public void progressText(java.lang.String t)
returns information about the status. This should only be used for user feedback purposes.