view artifacts/src/main/java/de/intevation/artifacts/Hook.java @ 427:2c2981e53d4e

dummy merge for repo head
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:15:11 +0200
parents b530e83acf2e
children
line wrap: on
line source
package de.intevation.artifacts;

import org.w3c.dom.Document;
import org.w3c.dom.Node;


public interface Hook {

    void setup(Node config);

    void execute(Artifact artifact, CallContext context, Document document);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org