public class LoginCallback<T extends User,V extends EditorWithErrorHandling<?,?>,M extends LoginMessages,H extends HttpMessages> extends Object implements com.gwtplatform.dispatch.rest.client.RestCallback<T>
| Constructor and Description |
|---|
LoginCallback(V pview,
Session psession)
constructor.
|
LoginCallback(V pview,
Session psession,
M ploginErrorMessage)
constructor.
|
LoginCallback(V pview,
Session psession,
M ploginErrorMessage,
H phttpMessage)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Throwable pcaught) |
void |
onSuccess(T presult) |
void |
setResponse(com.google.gwt.http.client.Response presponse) |
public LoginCallback(V pview, Session psession)
pview - view of the login pagepsession - session datapublic LoginCallback(V pview, Session psession, M ploginErrorMessage)
pview - view of the login pagepsession - session dataploginErrorMessage - error message to showpublic void onFailure(Throwable pcaught)
public void setResponse(com.google.gwt.http.client.Response presponse)
Copyright © 2015–2018. All rights reserved.