comparison flys-client/src/main/java/de/intevation/flys/client/client/services/CreateCollectionServiceAsync.java @ 26:c19985f75118

Implemented a service that triggers the artifact-collection creation in the artifact server. flys-client/trunk@1413 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 07 Mar 2011 13:47:55 +0000
parents
children 987567f31200
comparison
equal deleted inserted replaced
25:2da6be38d8b6 26:c19985f75118
1 package de.intevation.flys.client.client.services;
2
3 import com.google.gwt.user.client.rpc.AsyncCallback;
4
5
6 /**
7 * This interface describes the service for creating new collections.
8 *
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */
11 public interface CreateCollectionServiceAsync {
12
13 void create(String serverUrl, String owner, AsyncCallback<String> callback);
14 }
15 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org