gzz.media.impl
Interface ScrollBlockManager.MediaserverScrollBlock

All Superinterfaces:
ScrollBlock
All Known Implementing Classes:
PageImageScroll, PermanentTextScroll, SimpleImageScroll, TransientTextScroll
Enclosing interface:
ScrollBlockManager

public static interface ScrollBlockManager.MediaserverScrollBlock
extends ScrollBlock

A scrollblock that is associated with a Mediaserver block.


Field Summary
 
Fields inherited from interface gzz.media.ScrollBlock
rcsid
 
Method Summary
 Mediaserver.Id saveOrGetId(Mediaserver ms)
          Get the Mediaserver id of this block; save when not saved yet.
 
Methods inherited from interface gzz.media.ScrollBlock
getCurrent, getID, isFinalized
 

Method Detail

saveOrGetId

public Mediaserver.Id saveOrGetId(Mediaserver ms)
                           throws java.io.IOException
Get the Mediaserver id of this block; save when not saved yet.

java.io.IOException