Changes between Version 2 and Version 3 of SCENE_POINT_R0


Ignore:
Timestamp:
10/31/08 18:36:04 (17 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCENE_POINT_R0

    v2 v3  
    99 * Make a module for the scene library 
    1010 * There should be an extension point for concrete implementations 
    11  * There should be extension points for audio and video players. These are supposed to be implemented by the concrete scenes. 
     11  * 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. 
     13 * There should be extension points for audio and video players. 
     14  * These are supposed to be implemented by the concrete scenes. 
     15  * It is also possible(although a bit strange) for another bundle to provide an extension to this point. 
    1216 * Define the interfaces used for communication with other components 
     17  * 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. 
    1319 
    1420== Task result ==