i3mclient.i3m
Interface LoginGUIListener

All Known Implementing Classes:
I3M

public interface LoginGUIListener

Inform if a login from gui was successfull

Author:
Dirk Plate

Method Summary
 void loginGUIDone(long newUserID, String newPassword)
          Is called, if a login from gui was successfull.
 

Method Detail

loginGUIDone

public void loginGUIDone(long newUserID,
                         String newPassword)
Is called, if a login from gui was successfull.

Parameters:
newUserID - The new accepted userID
newPassword - The new accepted password