FileDocCategorySizeDatePackage
ResponseServiceAsync.javaAPI DocExample233Tue Jul 25 14:30:34 BST 2006com.oreilly.ajax.client

ResponseServiceAsync.java

package com.oreilly.ajax.client;

import com.google.gwt.user.client.rpc.AsyncCallback;

public interface ResponseServiceAsync {
  public void displayResponse(String s,
                              AsyncCallback callback);
}