Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client.view
Class AddGadgetAsyncCallback<T>

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

public class AddGadgetAsyncCallback<T>
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback<GadgetBean>

AddGadgetAsyncCallback

Author:
Guillaume Cusnieux

Constructor Summary
AddGadgetAsyncCallback()
           
 
Method Summary
 void onFailure(java.lang.Throwable arg0)
           
 void onSuccess(GadgetBean bean)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddGadgetAsyncCallback

public AddGadgetAsyncCallback()
Method Detail

onFailure

public void onFailure(java.lang.Throwable arg0)
Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<GadgetBean>

onSuccess

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.