|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DaimLoginListener
Interface DaimLoginListener If you're using DAIM, you most likely want to implement this listener. Through it's methods you can find out things about the login process -- i.e. whether a login was succesful or not.
Method Summary | |
---|---|
void |
loginDone(DaimLoginEvent dle)
Method called when the login is succesful. |
void |
loginError(DaimLoginEvent dle)
Method called when a login login fails. |
void |
newUIN(DaimLoginEvent dle)
Method called when a new UIN is assigned by the server (ICQ account registration). |
Method Detail |
---|
void loginError(DaimLoginEvent dle)
dle
- DaimLoginEventvoid loginDone(DaimLoginEvent dle)
dle
- void newUIN(DaimLoginEvent dle)
dle
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |