Changes between Version 2 and Version 3 of LOGICR3_REDESIGN_R0


Ignore:
Timestamp:
07/28/09 20:20:04 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified LOGICR3_REDESIGN_R0

    v2 v3  
    2626 
    2727= 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 
    2933 
    3034= Implementation =