event listener is now used by the xml router and the publish method of the gateway is
[xmlrouter] / publish / src / main / java / org / wamblee / xmlrouter / publish / Gateway.java
index f181a27a7c8f21bd7481f8a7c545aecf6b31ae30..c4f61131f97a87ee6441b9a18e53687871c5bb16 100644 (file)
@@ -31,7 +31,6 @@ public interface Gateway {
      *            Source.
      * @param aEvent
      *            Event.
-     * @return True iff th event was delivered to at least one destination.
      */
-    boolean publish(String aSource, DOMSource aEvent);
+    void publish(String aSource, DOMSource aEvent);
 }