Changes between Version 3 and Version 4 of AUDIO_CONTENT_R0


Ignore:
Timestamp:
01/10/09 18:27:10 (16 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AUDIO_CONTENT_R0

    v3 v4  
    6666 
    6767 * Create class !AudioFrameContent extending !FrameContent it should: 
    68   * implement the mainResource property of !FrameContent with template type !AudioBookResource. 
     68  * implement the mainResource property of !FrameContent with generic type !AudioBookResource. 
    6969 
    7070 * Move !AudioHandler to org.sophie2.base.scene so that it can be used by !AudioSceneElement. Change !AudioHandler so that it extends !MediaHandler and is empty (for now). 
    7171 
    72  * Create interface !AudioSceneElement extending !MediaSceneElement. It is an interface describing a scene element containg audio. It should override the handler property of !MediaSceneElement with template type !AudioHandler. 
     72 * Create interface !AudioSceneElement extending !MediaSceneElement. It is an interface describing a scene element containg audio. It should override the handler property of !MediaSceneElement with generic type !AudioHandler. 
    7373 
    7474 * Create class !AudioContentView extending !MediaContentView it should: 
    75   * implement the model property with template type !AudioFrameContent. 
    76   * implement the element property with template type extending !AudioSceneElement. 
     75  * implement the model property with generic type !AudioFrameContent. 
     76  * implement the element property with generic type extending !AudioSceneElement. 
    7777  * the concrete implementation of !AudioSceneElement should implement handler as an !AutoProperty depending on model. 
    7878  * implement AudioHandler so that !AudioSceneElement can be implemented.