org.crsh.web.client
Interface ShellServiceAsync


public interface ShellServiceAsync


Nested Class Summary
static class ShellServiceAsync.Util
          Utility class to get the RPC Async interface from client-side code
 
Method Summary
 void complete(String s, com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
          GWT-RPC service asynchronous (client-side) interface
 void getWelcome(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
          GWT-RPC service asynchronous (client-side) interface
 void process(String s, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
          GWT-RPC service asynchronous (client-side) interface
 

Method Detail

getWelcome

void getWelcome(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
GWT-RPC service asynchronous (client-side) interface

See Also:
ShellService

process

void process(String s,
             com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
GWT-RPC service asynchronous (client-side) interface

See Also:
ShellService

complete

void complete(String s,
              com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
GWT-RPC service asynchronous (client-side) interface

See Also:
ShellService


Copyright © 2011 eXo Platform SAS. All Rights Reserved.