view artifacts/src/main/java/de/intevation/artifacts/Hook.java @ 442:fc92e44a9a0e

Merged.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 17 Oct 2012 22:26:06 +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