edu.mayo.bsi.ngsportal.client
Interface StringResult


public interface StringResult

Class that can handle receiving a non-null string

@author Gregory Dougherty


Method Summary
 void handleString(String result)
          Deal with a string that came back from a callback
 

Method Detail

handleString

void handleString(String result)
Deal with a string that came back from a callback

Parameters:
result - A non-null string result