comparison flys-client/src/main/java/de/intevation/flys/client/client/services/LoadArtifactServiceAsync.java @ 905:478a571f1f94

Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service. flys-client/trunk@2757 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 15 Sep 2011 12:55:36 +0000
parents
children 9976d99aea34
comparison
equal deleted inserted replaced
904:1e08a5b0add9 905:478a571f1f94
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 import de.intevation.flys.client.shared.model.Recommendation;
8
9
10 /**
11 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
12 */
13 public interface LoadArtifactServiceAsync {
14
15 public void load(
16 Collection parent,
17 Recommendation recom,
18 String factory,
19 String url,
20 String locale,
21 AsyncCallback<Artifact> callback);
22 }
23 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org