edu.mayo.bsi.ngsportal.client
Class HandleGetStringList

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

public class HandleGetStringList
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<List<String>>

Author:
Greg Dougherty

Constructor Summary
HandleGetStringList(String callback, NGSPortal caller)
           
 
Method Summary
 void onFailure(Throwable caught)
           
 void onSuccess(List<String> result)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleGetStringList

public HandleGetStringList(String callback,
                           NGSPortal caller)
Parameters:
callback -
caller -
Method Detail

onFailure

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

onSuccess

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