public interface GoalSelector
Modifier and Type | Method and Description |
---|---|
void |
finish()
Stops executing any currently running
Goal s and allows other goals to be selected for execution. |
void |
finishAndRemove()
|
void |
select(Goal goal)
Replaces the execution of any running
Goal s with the specified goal. |
void |
selectAdditional(Goal... goals)
Adds the provided
Goal s to the execution list. |
void finish()
Goal
s and allows other goals to be selected for execution.void finishAndRemove()
void select(Goal goal)
Goal
s with the specified goal.goal
- The new goal for executionCopyright © 2021. All rights reserved.