
Originally Posted by
Yossi Koren
Hi
As a context is a states holder, it seems that there are two ways to change between sets of states .
Say we have Set A of states , and Set B of states.
In order to exchange between them from time to time, we can do the follows:
Method 1: On the same context, change all set of states.
Method 2: Keep two contexts, one contexts with set A states, second context with set B of states. Just exchange current context.
Does method 2 is practical to use in some conditions?
Thanks
Yossi