comparison flys-client/src/main/java/de/intevation/flys/client/client/services/SetCollectionNameServiceAsync.java @ 598:031357c3e23e

Added stubs to set the name and ttl of a collection and to delete a collection. flys-client/trunk@2202 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 22 Jun 2011 11:47:07 +0000
parents
children bc06a671ef60
comparison
equal deleted inserted replaced
597:14e5e51a7de4 598:031357c3e23e
1 package de.intevation.flys.client.client.services;
2
3 import com.google.gwt.user.client.rpc.AsyncCallback;
4
5 import de.intevation.flys.client.shared.model.Collection;
6
7
8 /**
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */
11 public interface SetCollectionNameServiceAsync {
12
13 public void setName(
14 Collection collection,
15 String url,
16 AsyncCallback<Void> callback);
17 }
18 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org