Nuxeo Enterprise Platform 5.4

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

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

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

Author:
Guillaume Cusnieux

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

Constructor Detail

SavePreferenceAsyncCallback

public SavePreferenceAsyncCallback(GadgetBean gadget)
Method Detail

onFailure

public void onFailure(java.lang.Throwable tr)
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.