org.gcube.portlets.admin.resourcesweeper.client.async
Interface SweeperServiceAsync


public interface SweeperServiceAsync

The async counterpart of SweeperService.


Method Summary
 void applySweep(String scope, List<com.extjs.gxt.ui.client.data.ModelData> elems, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 void getSweepElems(String scope, SweeperActions action, com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
           
 

Method Detail

getSweepElems

void getSweepElems(String scope,
                   SweeperActions action,
                   com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)

applySweep

void applySweep(String scope,
                List<com.extjs.gxt.ui.client.data.ModelData> elems,
                com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)


Copyright © 2013. All Rights Reserved.