view flys-client/src/main/java/de/intevation/flys/client/client/services/MetaDataServiceAsync.java @ 803:653ae84533e7

Read/create recommended Artifacts and add them to the current Collection. flys-client/trunk@2350 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 18 Jul 2011 09:52:16 +0000
parents ba1b27b7d282
children 8fa303586f14
line wrap: on
line source
package de.intevation.flys.client.client.services;

import com.google.gwt.user.client.rpc.AsyncCallback;

import de.intevation.flys.client.shared.model.DataCageTree;

public interface MetaDataServiceAsync {
    void getMetaData(
        String              serverUrl,
        String              locale,
        String              name,
        AsyncCallback<DataCageTree> cb);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :


http://dive4elements.wald.intevation.org