Changes between Version 3 and Version 4 of SCENE_POINT_R0


Ignore:
Timestamp:
11/03/08 18:24:24 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCENE_POINT_R0

    v3 v4  
    1010 * There should be an extension point for concrete implementations 
    1111  * Every concrete implementation should provide an extension to this point. 
    12   * The point should be used to make the scene implementation display na object model created by this module. 
     12  * The point should be used to make the scene implementation display an object model created by this module. 
    1313 * There should be extension points for audio and video players. 
    1414  * These are supposed to be implemented by the concrete scenes. 
     
    1616 * Define the interfaces used for communication with other components 
    1717  * How will the page area instruct the scene to build a model 
    18   * How will the scene get information for the elemenst in the model. 
     18  * How will the scene get information for the elements in the model. 
    1919 
    2020== Task result ==