Changes between Version 5 and Version 6 of LINKS_ACTIONS_COMMON_R0
- Timestamp:
- 01/26/09 14:57:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LINKS_ACTIONS_COMMON_R0
v5 v6 35 35 * 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 36 * See if there is need of grouping tasks by their functionality(Navigation, Showing and Playing actions) 37 * 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.37 * 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 or EmptyAction class is needed. 38 38 39 39 == Related ==