Changes between Version 4 and Version 5 of LINKS_ACTIONS_COMMON_R0


Ignore:
Timestamp:
01/26/09 14:55:25 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LINKS_ACTIONS_COMMON_R0

    v4 v5  
    2525  * Rewind backward 
    2626 
    27 This list may be updated. 
     27This list may not be finale. 
    2828== Task requirements == 
    2929Create a prototype that is responsible for actions control(start, interrupt, stop). Provide easy way for adding actions and also take care about their basic monitoring. 
     
    3434== Implementation idea == 
    3535 * Create class that manages the actions as well as some kind of actions factory. Don't get in to conflict with the result of [[wiki:LINKS_COMMON_R0]], probably the design of this task should be done after [[wiki:LINKS_COMMON_R0]] design is finished. 
     36 * See if there is need of grouping tasks by their functionality(Navigation, Showing and Playing actions)  
    3637 * Create common actions interface. Make sure that every action dispatches the necessary events(started, finished, interrupted etc.) and got all methods that are needed. Maybe creation of BasicAction class is needed. 
    3738