org.gcube.data.analysis.tabulardata.client
Interface TestServiceAsync


public interface TestServiceAsync


Nested Class Summary
static class TestServiceAsync.Util
          Utility class to get the RPC Async interface from client-side code
 
Method Summary
 void testColumn(org.gcube.data.analysis.tabulardata.model.column.Column column, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.data.analysis.tabulardata.model.column.Column> callback)
           
 void testTable(org.gcube.data.analysis.tabulardata.model.table.Table table, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.data.analysis.tabulardata.model.table.Table> callback)
          GWT-RPC service asynchronous (client-side) interface
 

Method Detail

testTable

void testTable(org.gcube.data.analysis.tabulardata.model.table.Table table,
               com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.data.analysis.tabulardata.model.table.Table> callback)
GWT-RPC service asynchronous (client-side) interface

See Also:
TestService

testColumn

void testColumn(org.gcube.data.analysis.tabulardata.model.column.Column column,
                com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.data.analysis.tabulardata.model.column.Column> callback)


Copyright © 2013. All Rights Reserved.