frapperino / sketchagram

Smartwatch application
Other
0 stars 0 forks source link

Implement a facade between GUI and Model #18

Closed alehar9320 closed 9 years ago

alehar9320 commented 9 years ago

In order to be able to treat the model as more of a black box, we should implement a facade with logical methods, such as sendMessage(Contact receiver, Content content) for example.

alehar9320 commented 9 years ago

UserManager is now a facade between GUI and Model