edu.mayo.bsi.ngsportal.client
Class SampleHandler

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

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

@author Gregory Dougherty


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

Constructor Detail

SampleHandler

public SampleHandler(NGSPortal caller,
                     String command)
Parameters:
caller - Pointer to the Portal
command - Name of the command that fired off this callback
Method Detail

onFailure

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

onSuccess

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