10000monkeys / solid-state

Automatically exported from code.google.com/p/solid-state
0 stars 0 forks source link

State history and functionality to go back to previous states without the use of triggers #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A `List<Type> StateHistory` property that will hold a list of the previous 
states with the latest state at `StateHistory[0]`.

Also a GoBack method that will perform a transition from the current state back 
to the previous state, overriding valid triggers etc. This should come in 
especially handy when building wizards etc.

Original issue reported on code.google.com by bighatsm...@gmail.com on 24 Mar 2013 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by bighatsm...@gmail.com on 27 Mar 2013 at 7:21