Changes between Version 4 and Version 5 of LOGICR3_REDESIGN_R0


Ignore:
Timestamp:
07/29/09 16:15:28 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LOGICR3_REDESIGN_R0

    v4 v5  
    2828 * 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. 
    2929 * 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. 
     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. 
    3131 * BookLogic should implement OperationDef.  
    3232 * Change buttons from NavigationPanel to fire events that will be handled in BookLogic.