view flys-client/src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java @ 4328:25157125f4a0

Update translations for measurement station changes Use german translations from bfg and add the gauge name.
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 30 Oct 2012 13:05:26 +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