comparison flys-client/src/main/java/de/intevation/flys/client/client/services/CSVExportServiceAsync.java @ 550:605debcbb6a0

Adjusted the return values of the CSVExportService, so that GWT can handle those values better. flys-client/trunk@2063 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 07 Jun 2011 12:51:57 +0000
parents 5e1c1b7d6516
children bc06a671ef60
comparison
equal deleted inserted replaced
549:e74bf6bfeeb6 550:605debcbb6a0
12 void getCSV( 12 void getCSV(
13 String url, 13 String url,
14 String locale, 14 String locale,
15 String uuid, 15 String uuid,
16 String name, 16 String name,
17 AsyncCallback<List> cb); 17 AsyncCallback<List<String[]>> cb);
18 } 18 }
19 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 19 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org