How to save a circle color when change to another screen
Hello all,
I have made a GUI with some circles that show as a LED. When the LED must be turned on the color of the circle shall be green and LED is OFF then the color must be changed to gray. So when I change the screen to another and back again, the color changes to a default value. As I understand I need to save the status to the Presenter and then to the model afterward I should get the status from the model and then the presenter. So now I want to know how to save the circle's color when leaving the screen.
here is the screen shot for screenview:

