Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client.model
Class AbstractContainerAsyncCallback<T>

java.lang.Object
  extended by org.nuxeo.opensocial.container.client.model.AbstractContainerAsyncCallback<T>
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<T>

public abstract class AbstractContainerAsyncCallback<T>
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<T>

Author:
Stéphane Fourrier

Constructor Summary
AbstractContainerAsyncCallback(net.customware.gwt.presenter.client.EventBus eventBus, String errorMessage)
           
 
Method Summary
 void onFailure(Throwable caught)
           
 void onSuccess(T result)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContainerAsyncCallback

public AbstractContainerAsyncCallback(net.customware.gwt.presenter.client.EventBus eventBus,
                                      String errorMessage)
Method Detail

onSuccess

public void onSuccess(T result)
Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<T>

onFailure

public void onFailure(Throwable caught)
Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<T>

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.