Uses of Interface
i3mclient.communication.SMCreateAccountListener

Packages that use SMCreateAccountListener
i3mclient.communication   
i3mclient.i3m   
 

Uses of SMCreateAccountListener in i3mclient.communication
 

Methods in i3mclient.communication with parameters of type SMCreateAccountListener
 void Communication.createAccountAsynchron(String nick, byte[] password, SMCreateAccountListener listener, boolean swtThreadRequired)
          Create an account on I3M-server (asynchron).
 

Uses of SMCreateAccountListener in i3mclient.i3m
 

Classes in i3mclient.i3m that implement SMCreateAccountListener
 class LoginGUI
          Creates the login window.