/[alph]/alph/org/nongnu/alph/impl/TransientTextScroll.java
ViewVC logotype

Diff of /alph/org/nongnu/alph/impl/TransientTextScroll.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Sat Apr 12 06:29:53 2003 UTC revision 1.3 by tjl, Sun Apr 20 08:50:02 2003 UTC
# Line 33  import org.nongnu.storm.*; Line 33  import org.nongnu.storm.*;
33  /** A text scroll block.  /** A text scroll block.
34   */   */
35    
36  public class TransientTextScroll implements TextScrollBlock,  public class TransientTextScroll extends AbstractScrollBlock
37                    ScrollBlockManager.MediaserverScrollBlock {          implements TextScrollBlock, ScrollBlockManager.StormSaveableScrollBlock {
38  String rcsid = "$Id$";  String rcsid = "$Id$";
39    
40        public TransientTextScroll() {
41            super(null, null);
42        }
43    
44      boolean finalized = false;      boolean finalized = false;
45      BlockId mediaserverId = null;      BlockId mediaserverId = null;
46    
# Line 85  String rcsid = "$Id$"; Line 89  String rcsid = "$Id$";
89                  this, offs1, offs2);                  this, offs1, offs2);
90      }      }
91    
     public boolean isFinalized() {  
         return finalized;  
     }  
   
     public String getID() {  
         if(mediaserverId != null) return mediaserverId.toString();  
         else return "";  
     }  
92    
93      public BlockId saveOrGetId(StormPool saveTo)      public BlockId saveOrGetId(StormPool saveTo)
94                                  throws java.io.IOException {                                  throws java.io.IOException {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26