Interface RoutingListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    RoutingListenerAdapter

    public interface RoutingListener
    extends java.util.EventListener
    A listener interested in routing events.
    Author:
    IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
    • Method Detail

      • destinationAdded

        void destinationAdded​(RoutingEvent evt)
        Called when a destination (remote router) is added.
        Parameters:
        evt - event.
      • destinationRemoved

        void destinationRemoved​(RoutingEvent evt)
        Called when a destination (remote router) is removed.
        Parameters:
        evt - event.
      • destinationActivated

        void destinationActivated​(RoutingEvent evt)
        Called when a destination (remote router) is activated.
        Parameters:
        evt - event.
      • destinationDeactivated

        void destinationDeactivated​(RoutingEvent evt)
        Called when a destination (remote router) is deactivated.
        Parameters:
        evt - event.