i3mclient.communication
Interface SMLoginAccountListener

All Superinterfaces:
ServerMethodListener
All Known Implementing Classes:
I3M, LoginGUI

public interface SMLoginAccountListener
extends ServerMethodListener

Asynchron call listener.

Author:
Dirk Plate

Method Summary
 void loginAccountDone(long userID)
          Called if loginAccount was successfull.
 
Methods inherited from interface i3mclient.communication.ServerMethodListener
i3mServerException
 

Method Detail

loginAccountDone

public void loginAccountDone(long userID)
Called if loginAccount was successfull.

Parameters:
userID - The userID of the user who logged in