i3mclient.test
Class EmailTest

java.lang.Object
  |
  +--i3mclient.test.EmailTest
All Implemented Interfaces:
EmailListener, ErrorListener

public class EmailTest
extends Object
implements EmailListener, ErrorListener


Constructor Summary
EmailTest()
           
 
Method Summary
 void errorMessage(String message)
          Call it, to bring up a message box.
 void gotNewMails(Email[] messages)
          Called if new emails are received.
 void loginError()
          Called, when a login error (no session) occured.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailTest

public EmailTest()
Method Detail

loginError

public void loginError()
Description copied from interface: ErrorListener
Called, when a login error (no session) occured.

Specified by:
loginError in interface ErrorListener

errorMessage

public void errorMessage(String message)
Description copied from interface: ErrorListener
Call it, to bring up a message box.

Specified by:
errorMessage in interface ErrorListener
Parameters:
message - The message which should apear in the message box.

gotNewMails

public void gotNewMails(Email[] messages)
Description copied from interface: EmailListener
Called if new emails are received.

Specified by:
gotNewMails in interface EmailListener
Parameters:
messages - The new emails