T - public abstract class AbstractCallback<T>
extends com.gwtincubator.security.client.SecuredAsyncCallback<T>
| Constructor and Description |
|---|
AbstractCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
logout(String msg,
Throwable exception) |
protected void |
onOtherException(Throwable exception) |
protected void |
onSecurityException(com.gwtincubator.security.exception.ApplicationSecurityException exception) |
void |
onSuccess(T result) |
protected boolean |
processResult(Entity result,
String requestId,
com.smartgwt.client.data.DSResponse response,
com.smartgwt.client.data.DataSource dataSource) |
public void onSuccess(T result)
protected boolean processResult(Entity result, String requestId, com.smartgwt.client.data.DSResponse response, com.smartgwt.client.data.DataSource dataSource)
protected void onOtherException(Throwable exception)
onOtherException in class com.gwtincubator.security.client.SecuredAsyncCallback<T>protected void onSecurityException(com.gwtincubator.security.exception.ApplicationSecurityException exception)
onSecurityException in class com.gwtincubator.security.client.SecuredAsyncCallback<T>Copyright © 2013. All rights reserved.