Uses of Interface
algoanim.variables.VariableObserver

Packages that use VariableObserver
algoanim.primitives.updater   
algoanim.variables   
 

Uses of VariableObserver in algoanim.primitives.updater
 

Classes in algoanim.primitives.updater that implement VariableObserver
 class ArrayMarkerUpdater
           
 class TextUpdater
           
 

Uses of VariableObserver in algoanim.variables
 

Methods in algoanim.variables with parameters of type VariableObserver
 void Variable.addObserver(VariableObserver obs)
           
 void Variable.removeObserver(VariableObserver obs)