|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoginCallback
Asynchronous listener for login responses.
Method Summary | |
---|---|
void |
onLoginFailure(FailureResponse failureResponse)
Called when a login failed for any reason. |
void |
onLoginSuccess(Session session)
Called when the connection was successfully authenticated. |
Method Detail |
---|
void onLoginSuccess(Session session)
session
- a session to use when interacting with LMAXvoid onLoginFailure(FailureResponse failureResponse)
failureResponse
- information on the failure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |