Changes between Version 2 and Version 3 of LOGICR3_REDESIGN_R0
- Timestamp:
- 07/28/09 20:20:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified LOGICR3_REDESIGN_R0
v2 v3 26 26 27 27 = Design = 28 ^(Describe your design here.)^ 28 * Make the clicked() method in MenuItem class final. When a menu item is clicked, an event will be fired that a menu item is clicked. 29 * Create MenuItemIds enum with one element - CLICKED - the id of the event that will be fired. 30 * Create logic for every menu item that will filters events will id - MenuItemIds.CLICKED and source - the item itself. When handled such events, another event will be fired depending on which menu item is clicked. 31 * 32 29 33 30 34 = Implementation =