view flys-client/src/main/java/de/intevation/flys/client/client/services/FeedServiceAsync.java @ 851:aa83a6a864b4

Added FeedService Implementation. flys-client/trunk@2636 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 02 Sep 2011 12:48:25 +0000
parents
children bc06a671ef60
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.Artifact;
import de.intevation.flys.client.shared.model.Data;


/**
 * This interface provides artifact specific operation FEED.
 */
public interface FeedServiceAsync {

    public void feed(
        String                  serverUrl,
        String                  locale,
        Artifact                artifact,
        Data[]                  data,
        AsyncCallback<Artifact> callback);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org