algoanim.primitives.updater
Class TextUpdater

java.lang.Object
  extended by algoanim.primitives.updater.TextUpdater
All Implemented Interfaces:
VariableObserver

public class TextUpdater
extends java.lang.Object
implements VariableObserver


Field Summary
(package private)  Text text
           
(package private)  java.util.Vector<java.lang.Object> tokens
           
 
Constructor Summary
TextUpdater(Text text)
           
 
Method Summary
 void addToken(java.lang.Object o)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokens

java.util.Vector<java.lang.Object> tokens

text

Text text
Constructor Detail

TextUpdater

public TextUpdater(Text text)
Method Detail

addToken

public void addToken(java.lang.Object o)

update

public void update()
Specified by:
update in interface VariableObserver