org.mobicents.slee.container.management.console.client
Class ServerCallback

java.lang.Object
  extended by org.mobicents.slee.container.management.console.client.ServerCallback
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback

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

Author:
Stefano Zappaterra

Field Summary
protected  com.google.gwt.user.client.ui.Widget widget
           
 
Constructor Summary
ServerCallback(com.google.gwt.user.client.ui.Widget widget)
           
 
Method Summary
 void onFailure(java.lang.Throwable caught)
           
 void onSuccess(java.lang.Object result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

widget

protected com.google.gwt.user.client.ui.Widget widget
Constructor Detail

ServerCallback

public ServerCallback(com.google.gwt.user.client.ui.Widget widget)
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


Copyright © 2008. All Rights Reserved.