Interface RoutesChangedListener

All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RoutesChangedListener extends Serializable
Listener that gets notified when the registered routes for a RouteRegistry are changed in some way.
Since:
1.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when this listener receives a route change event from a RouteRegistry.
  • Method Details

    • routesChanged

      void routesChanged(RoutesChangedEvent event)
      Invoked when this listener receives a route change event from a RouteRegistry.
      Parameters:
      event - event containing change data, not null