comparison flys-client/src/main/java/de/intevation/flys/client/client/services/MapOutputServiceAsync.java @ 1365:4c65c5b60a86

First step of refactoring the map creation - implemented a MapOutputService. flys-client/trunk@3066 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 25 Oct 2011 10:29:37 +0000
parents
children 9085cffbb7c4
comparison
equal deleted inserted replaced
1364:9981ba2ee13a 1365:4c65c5b60a86
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 MapOutputServiceAsync {
12
13 public void doOut(
14 Collection collection,
15 String serverUrl,
16 AsyncCallback<Void> callback);
17 }
18 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org