org.overlord.sramp.ui.shared.rsvcs
Interface IQueryRemoteServiceAsync


public interface IQueryRemoteServiceAsync

Async version of IQueryRemoteService.

Author:
eric.wittmann@redhat.com

Method Summary
 void findArtifacts(PageInfo page, ArtifactFilter filter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Async version of IQueryRemoteService#findArtifacts(int, int)
 

Method Detail

findArtifacts

void findArtifacts(PageInfo page,
                   ArtifactFilter filter,
                   com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
Async version of IQueryRemoteService#findArtifacts(int, int)



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.