Changes between Version 4 and Version 5 of LOGICR3_REDESIGN_R0
- Timestamp:
- 07/29/09 16:15:28 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LOGICR3_REDESIGN_R0
v4 v5 28 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 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 wi llid - MenuItemIds.CLICKED and source - the item itself. When handled such events, another event will be fired depending on which menu item is clicked.30 * Create logic for every menu item that will filters events with 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 31 * BookLogic should implement OperationDef. 32 32 * Change buttons from NavigationPanel to fire events that will be handled in BookLogic.