First version after introduction of meaningful ids and Identifiable interface.
[xmlrouter] / listener / src / main / java / org / wamblee / xmlrouter / listener / EventListener.java
index 251417ac2946c42405a7af85037c1f4089615a58..a2e289a726c064f24869f8840fea19f8efa880f8 100644 (file)
@@ -36,13 +36,11 @@ public interface EventListener {
      *            Sequence of transformations performed.
      * @param aDestinationId
      *            Id of the destination the event was delivered to.
-     * @param aDestinationName
-     *            Destination name.
      * @param aSuccessFlag
      *            Whether or not event delivery succeeded.
      */
     void delivered(EventInfo aInfo, List<Transformation> aSequence,
-        long aDestinationId, String aDestinationName, boolean aSuccessFlag);
+        String aDestinationId, boolean aSuccessFlag);
 
     /**
      * Called when an event could not be delivered to any destination.