view artifact-database/src/main/java/de/intevation/artifactdatabase/LifetimeListener.java @ 305:f33401ea2a6c

Artifact database: Refactorized the usage of dialect independent SQL to be reusable. artifacts/trunk@2412 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 28 Jul 2011 10:19:35 +0000
parents 40b64b4aafce
children
line wrap: on
line source
package de.intevation.artifactdatabase;

import de.intevation.artifacts.GlobalContext;

import org.w3c.dom.Document;

public interface LifetimeListener
{
    void setup(Document document);

    void systemUp(GlobalContext globalContext);

    void systemDown(GlobalContext globalContext);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org