Uses of Class
org.optaweb.vehiclerouting.service.route.RouteChangedEvent
-
Packages that use RouteChangedEvent Package Description org.optaweb.vehiclerouting.plugin.planner Route optimization.org.optaweb.vehiclerouting.service.route Handlesrouteupdates. -
-
Uses of RouteChangedEvent in org.optaweb.vehiclerouting.plugin.planner
Methods in org.optaweb.vehiclerouting.plugin.planner that return RouteChangedEvent Modifier and Type Method Description (package private) static RouteChangedEventRouteChangedEventPublisher. solutionToEvent(VehicleRoutingSolution solution, Object source)Convert a planning domain solution to an event that can be published. -
Uses of RouteChangedEvent in org.optaweb.vehiclerouting.service.route
Methods in org.optaweb.vehiclerouting.service.route with parameters of type RouteChangedEvent Modifier and Type Method Description voidRouteListener. onApplicationEvent(RouteChangedEvent event)
-