comparison flys-client/src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java @ 1319:6ba17b628552

Added RemoveArtifactService. flys-client/trunk@2960 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 13 Oct 2011 12:28:21 +0000
parents
children e2749cc3b7ad
comparison
equal deleted inserted replaced
1318:ecd0243bc09e 1319:6ba17b628552
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.Artifact;
6 import de.intevation.flys.client.shared.model.Collection;
7
8 /**
9 * @see RemoveArtifactService, RemoveArtifactServiceImpl
10 */
11 public interface RemoveArtifactServiceAsync {
12
13 public void remove(
14 Collection collection,
15 String artifactId,
16 String url,
17 String locale,
18 AsyncCallback<Collection> callback);
19 }
20 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org