Talk:Libwiigui: Difference between revisions
Jump to navigation
Jump to search
←Created page with 'Source code is clear and there is an interessting 'stat machine' in the example app, there each function is a state and return the next state. The events are handled with t...' |
No edit summary |
||
| Line 3: | Line 3: | ||
The events are handled with the classic observer design pattern. | The events are handled with the classic observer design pattern. | ||
--[[User:TheDrev|TheDrev]] 20:57, 13 April 2009 (UTC) | |||
Revision as of 21:57, 13 April 2009
Source code is clear and there is an interessting 'stat machine' in the example app, there each function is a state and return the next state.
The events are handled with the classic observer design pattern.
--TheDrev 20:57, 13 April 2009 (UTC)