ingo@0: package de.intevation.flys.client.client; ingo@0: ingo@0: import com.google.gwt.user.client.rpc.AsyncCallback; ingo@0: ingo@0: /** ingo@0: * The async counterpart of GreetingService. ingo@0: */ ingo@0: public interface GreetingServiceAsync { ingo@0: void greetServer(String input, AsyncCallback callback) ingo@0: throws IllegalArgumentException; ingo@0: }