comparison flys-client/src/main/java/de/intevation/flys/client/client/services/MapOutputServiceAsync.java @ 1376:28eb4dfe2cbf

Call Collection.doOut to retrieve a map config and use this config to build up an OpenLayers map. flys-client/trunk@3096 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 28 Oct 2011 06:12:51 +0000
parents 9085cffbb7c4
children
comparison
equal deleted inserted replaced
1375:dc715351527f 1376:28eb4dfe2cbf
1 package de.intevation.flys.client.client.services; 1 package de.intevation.flys.client.client.services;
2 2
3 import com.google.gwt.user.client.rpc.AsyncCallback; 3 import com.google.gwt.user.client.rpc.AsyncCallback;
4 4
5 import de.intevation.flys.client.shared.model.Collection; 5 import de.intevation.flys.client.shared.model.Collection;
6 import de.intevation.flys.client.shared.model.MapConfig;
6 7
7 8
8 /** 9 /**
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 10 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */ 11 */
11 public interface MapOutputServiceAsync { 12 public interface MapOutputServiceAsync {
12 13
13 public void doOut(Collection collection, AsyncCallback<Void> callback); 14 public void doOut(Collection collection, AsyncCallback<MapConfig> callback);
14 } 15 }
15 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org