Changes between Version 3 and Version 4 of LOGICR3_REDESIGN_R0


Ignore:
Timestamp:
07/29/09 16:13:44 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LOGICR3_REDESIGN_R0

    v3 v4  
    2929 * Create MenuItemIds enum with one element - CLICKED - the id of the event that will be fired. 
    3030 * 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  
     31 * BookLogic should implement OperationDef.  
     32 * Change buttons from NavigationPanel to fire events that will be handled in BookLogic. 
     33 * Change AppLogic to implement OperationDef. AppLogic should handle events connected with creation of book and closure of book. 
     34 * Change PageLogic to implement OperationDef. Should handle events connected with modification of work area. 
     35 * Move the logic from FrameLogic class to FrameLogicR3 class. 
    3336 
    3437= Implementation =