view flys-client/src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java @ 3989:ccac1279eb41

More robust exception handler (#897)
author Christian Lins <christian.lins@intevation.de>
date Sun, 30 Sep 2012 15:58:13 +0200
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