org.cafesip.gwtcomp.client.common
Interface DirListingServiceAsync


public interface DirListingServiceAsync

RPC interface for the ServerFileBrowser component. This is an internal internal and your application will never need to use this class directly.

Author:
Amit Chatterjee

Method Summary
 void list(String directory, String filter, AsyncCallback<DirectoryElement> callback)
           
 

Method Detail

list

void list(String directory,
          String filter,
          AsyncCallback<DirectoryElement> callback)


Copyright © 2010 Cafesip.org. All Rights Reserved.