| Interface | Description |
|---|---|
| StateStrategy |
Cautions:
Don't rearrange current state
Don't insert commands inside existing current state - only put to end of it
Be careful if remove commands by another type.
|
| Class | Description |
|---|---|
| AddToEndSingleStrategy |
Command will be added to end of commands queue.
|
| AddToEndStrategy |
Command will be added to end of commands queue.
|
| OneExecutionStateStrategy |
Command will be saved in commands queue.
|
| SingleStateStrategy |
This strategy will clear current commands queue and then incoming command will be put in.
|
| SkipStrategy |
Command will not be put in commands queue
Date: 21-Dec-15
Time: 17:43
|
| Annotation Type | Description |
|---|---|
| StateStrategyType |
Date: 16-Dec-15
Time: 17:07
|