view artifacts/src/main/java/de/intevation/artifacts/Hook.java @ 462:86e0bc364f27 2.9.15

Added tag 2.9.14 for changeset e9e37a8ac74b
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 22 Mar 2013 11:04:25 +0100
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