Class RouteTracker.RerouteStartedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RouteTracker getSource()
      Gets the RouteTracker that raised the event.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RerouteStartedEvent

        public RerouteStartedEvent​(RouteTracker routeTracker)
        Creates new instance of the event.
        Parameters:
        routeTracker - the object which fired the event
        Since:
        100.6.0
    • Method Detail

      • getSource

        public RouteTracker getSource()
        Gets the RouteTracker that raised the event.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        the RouteTracker.
        Since:
        100.6.0