[ADD] RouteHandler Test

This commit is contained in:
Robin Koedood
2021-01-06 16:56:16 +01:00
parent 6d3a092298
commit 04487b77a7
2 changed files with 71 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ public enum RouteHandler {
this.routeFinishedListener = routeFinishedListener;
}
public RouteFinishedListener getRouteFinishedListener() {
return routeFinishedListener;
}
public int getStepCount() {
return stepCount;
}