diff artifacts/src/main/java/de/intevation/artifacts/CallContext.java @ 248:eafe59ecfb7e

Added a setup() method to the CallContext.Listener. artifacts/trunk@1691 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 14 Apr 2011 13:02:46 +0000
parents def3daabc5b5
children 3168af23aec5
line wrap: on
line diff
--- a/artifacts/src/main/java/de/intevation/artifacts/CallContext.java	Thu Apr 14 11:24:03 2011 +0000
+++ b/artifacts/src/main/java/de/intevation/artifacts/CallContext.java	Thu Apr 14 13:02:46 2011 +0000
@@ -8,6 +8,9 @@
 
 package de.intevation.artifacts;
 
+import org.w3c.dom.Document;
+import org.w3c.dom.Node;
+
 /**
  * Instances of this interface are given to feed(), advance(), describe()
  * and out() to enable the artifact to communicate with the runtime system.
@@ -16,6 +19,7 @@
 public interface CallContext
 {
     interface Listener {
+        void setup(Document config, Node listenerNode);
         void init(CallContext callContext);
         void close(CallContext callContext);
     }

http://dive4elements.wald.intevation.org