view flys-client/src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java @ 4391:19ab9e23bc21

i18n for showextramark in client.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 02 Nov 2012 15:13:49 +0100
parents bc06a671ef60
children
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.Collection;

/**
 * @see RemoveArtifactService, RemoveArtifactServiceImpl
 */
public interface RemoveArtifactServiceAsync {

    public void remove(
        Collection collection,
        String     artifactId,
        String     locale,
        AsyncCallback<Collection> callback);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org