working on conditional actions
This commit is contained in:
@@ -9,7 +9,8 @@ public class FinishRoute extends RouteAction {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void fire(Context context) throws IOException {
|
||||
public boolean fire(Context context) throws IOException {
|
||||
context.route.finish();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user