| Interface | Description |
|---|---|
| StateStrategy |
Cautions:
Don't rearrange current state
Don't insert commands inside existing current state - only put them to the end of it
Be careful when you remove commands by another type.
|
| Class | Description |
|---|---|
| AddToEndSingleStrategy |
Command will be added to the end of the commands queue.
|
| AddToEndSingleTagStrategy |
Command will be added to the end of the commands queue.
|
| AddToEndStrategy |
Command will be added to the end of the commands queue.
|
| OneExecutionStateStrategy |
Command will be saved in the commands queue, but will be removed after its first execution.
|
| SingleStateStrategy |
This strategy will clear current commands queue and then the given command will be put in.
|
| SkipStrategy |
Command will not be put in the commands queue
|
| Annotation Type | Description |
|---|---|
| StateStrategyType |