edu.mayo.bsi.ngsportal.client
Class HandleFileLocationList

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

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

Author:
Greg Dougherty

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

Constructor Detail

HandleFileLocationList

public HandleFileLocationList(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<FileLocation>>

onSuccess

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