Add new washer sample

- This sample demonstrate a use of history state
This commit is contained in:
Janne Valkealahti
2015-05-25 11:08:30 +01:00
parent 2b3db24345
commit 2df44abc53
8 changed files with 334 additions and 0 deletions

View File

@@ -15,3 +15,7 @@ project('spring-statemachine-samples-cdplayer') {
project('spring-statemachine-samples-tasks') {
description = 'Spring State Machine Parallel Regions Sample'
}
project('spring-statemachine-samples-washer') {
description = 'Spring State Machine History State Sample'
}