com.tensegrity.palowebviewer.modules.engine.client
Class LoadFavoriteViewsCallback

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.client.LoadFavoriteViewsCallback
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback

public class LoadFavoriteViewsCallback
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback


Constructor Summary
LoadFavoriteViewsCallback(PaloServerModel model)
           
 
Method Summary
 void onFailure(java.lang.Throwable caught)
           
 void onSuccess(java.lang.Object result)
           
 void send(IEngineServiceAsync engineService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadFavoriteViewsCallback

public LoadFavoriteViewsCallback(PaloServerModel model)
Method Detail

onFailure

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

onSuccess

public void onSuccess(java.lang.Object result)
Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback

send

public void send(IEngineServiceAsync engineService)