Uses of Interface
i3mclient.i3m.ErrorListener

Packages that use ErrorListener
i3mclient.chatselect   
i3mclient.communication   
i3mclient.config   
i3mclient.email   
i3mclient.findusers   
i3mclient.i3m   
i3mclient.polling   
i3mclient.shapeboard   
i3mclient.test   
i3mclient.userdetail   
i3mclient.userlist   
 

Uses of ErrorListener in i3mclient.chatselect
 

Methods in i3mclient.chatselect with parameters of type ErrorListener
 void ChatSelect.removeErrorListener(ErrorListener listener)
          Removes an error listener out of the internal list.
 void ChatSelect.addErrorListener(ErrorListener listener)
          Adds a new listener for any kind of errors into a internal list.
 

Uses of ErrorListener in i3mclient.communication
 

Methods in i3mclient.communication with parameters of type ErrorListener
 void Communication.addErrorListener(ErrorListener listener)
          Add a listener for all errors.
 void Communication.removeErrorListener(ErrorListener listener)
          Remove a listener for all errors.
 

Uses of ErrorListener in i3mclient.config
 

Methods in i3mclient.config with parameters of type ErrorListener
 void Config.addErrorListener(ErrorListener listener)
          Add a listener for errors.
 void Config.removeErrorListener(ErrorListener listener)
          Remove a listener for errors.
 

Uses of ErrorListener in i3mclient.email
 

Classes in i3mclient.email that implement ErrorListener
 class EmailReceiveManager
          This call managed all email accounts and redirected all emails to the EmailGUI.
 

Methods in i3mclient.email with parameters of type ErrorListener
 void EmailSend.addErrorListener(ErrorListener listener)
          Add a listener for errors.
 void EmailSend.removeErrorListener(ErrorListener listener)
          Remove a listener for errors.
 void EmailReceive.addErrorListener(ErrorListener listener)
          Adds a new listener for any kind of errors into a internal list.
 void EmailReceive.removeErrorListener(ErrorListener listener)
          Remove a new listener for any kind of errors from a internal list.
 

Uses of ErrorListener in i3mclient.findusers
 

Methods in i3mclient.findusers with parameters of type ErrorListener
 void FindUsers.addErrorListener(ErrorListener listener)
          Adds a new listener for any kind of errors into a internal list.
 void FindUsers.removeErrorListener(ErrorListener listener)
          Remove a new listener for any kind of errors from a internal list.
 

Uses of ErrorListener in i3mclient.i3m
 

Classes in i3mclient.i3m that implement ErrorListener
 class I3M
          The logic of the main window of I3M.
 

Uses of ErrorListener in i3mclient.polling
 

Methods in i3mclient.polling with parameters of type ErrorListener
 void Polling.addErrorListener(ErrorListener listener)
          Adds a new listener for any kind of errors into a internal list.
 void Polling.removeErrorListener(ErrorListener listener)
          Remove a listener for any kind of errors from a internal list.
 

Uses of ErrorListener in i3mclient.shapeboard
 

Methods in i3mclient.shapeboard with parameters of type ErrorListener
 void ShapeBoard.addErrorListener(ErrorListener listener)
          Add a listener for errors.
 void ShapeBoard.removeErrorListener(ErrorListener listener)
          Remove a listener for errors.
 

Uses of ErrorListener in i3mclient.test
 

Classes in i3mclient.test that implement ErrorListener
 class EmailTest
           
 class PollingTest
           
 

Uses of ErrorListener in i3mclient.userdetail
 

Methods in i3mclient.userdetail with parameters of type ErrorListener
 void UserDetail.addErrorListener(ErrorListener listener)
          Add a listener for errors.
 void UserDetail.removeErrorListener(ErrorListener listener)
          Remove a listener for errors.
 

Uses of ErrorListener in i3mclient.userlist
 

Methods in i3mclient.userlist with parameters of type ErrorListener
 void UserList.addErrorListener(ErrorListener listener)
          Add a listener for errors.
 void UserList.removeErrorListener(ErrorListener listener)
          Remove a listener for errors.