Uses of Interface
i3mclient.communication.SMLoginAccountListener

Packages that use SMLoginAccountListener
i3mclient.communication   
i3mclient.i3m   
 

Uses of SMLoginAccountListener in i3mclient.communication
 

Methods in i3mclient.communication with parameters of type SMLoginAccountListener
 void Communication.loginAccountAsynchron(long userID, byte[] password, SMLoginAccountListener listener, boolean swtThreadRequired)
          Login an account on I3M-server (asynchron).
 

Uses of SMLoginAccountListener in i3mclient.i3m
 

Classes in i3mclient.i3m that implement SMLoginAccountListener
 class I3M
          The logic of the main window of I3M.
 class LoginGUI
          Creates the login window.