edu.mayo.bsi.ngsportal.client
Class DoLoginCallback

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.client.DoLoginCallback
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<ConnectionResponse>

public class DoLoginCallback
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<ConnectionResponse>

@author Gregory Dougherty


Constructor Summary
DoLoginCallback(NGSPortal caller)
           
 
Method Summary
 void onFailure(Throwable caught)
           
 void onSuccess(ConnectionResponse result)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoLoginCallback

public DoLoginCallback(NGSPortal caller)
Parameters:
caller - The Object that created this callback
Method Detail

onFailure

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

onSuccess

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