Provides message presentation and call-back context for the instance of MailTransport
class.
More...
Public Member Functions | |
abstract void | println (String str) |
Logs message terminated with new line. | |
abstract void | onSendCompleted (String errorMessage) |
On send completed call-back. |
Provides message presentation and call-back context for the instance of MailTransport
class.
Definition at line 50 of file MailTransport.java.
abstract void MailTransport.Context.onSendCompleted | ( | String | errorMessage ) | [pure virtual] |
On send completed call-back.
errorMessage | error message if <> null, otherwise success |
Implemented in SendMailApp.
Referenced by MailTransport.run().
abstract void MailTransport.Context.println | ( | String | str ) | [pure virtual] |
Logs message terminated with new line.
str | message that will be logged |
Implemented in SendMailApp.
Referenced by MailTransport.run().