Changes between Version 3 and Version 4 of AUDIO_CONTENT_R0
- Timestamp:
- 01/10/09 18:27:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUDIO_CONTENT_R0
v3 v4 66 66 67 67 * Create class !AudioFrameContent extending !FrameContent it should: 68 * implement the mainResource property of !FrameContent with templatetype !AudioBookResource.68 * implement the mainResource property of !FrameContent with generic type !AudioBookResource. 69 69 70 70 * 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). 71 71 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 templatetype !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. 73 73 74 74 * Create class !AudioContentView extending !MediaContentView it should: 75 * implement the model property with templatetype !AudioFrameContent.76 * implement the element property with templatetype extending !AudioSceneElement.75 * implement the model property with generic type !AudioFrameContent. 76 * implement the element property with generic type extending !AudioSceneElement. 77 77 * the concrete implementation of !AudioSceneElement should implement handler as an !AutoProperty depending on model. 78 78 * implement AudioHandler so that !AudioSceneElement can be implemented.