com.ryanm.config
Interface ValueListener

All Known Implementing Classes:
ArrowEdge, ConicalEdge, Gear, GLCuboid, GLSpeck, OctTreeField, Sphere, UniformEdge, UniformObject, WallRenderer

public interface ValueListener

All objects that need to keep up to date with changes made to the values of a Configurator should implement this interface, and then register their interest with Configurator.addValueListener()

Author:
ryanm

Method Summary
 void valueChanged(java.lang.String name)
          Is called by the configurator when a variable is changed
 

Method Detail

valueChanged

void valueChanged(java.lang.String name)
Is called by the configurator when a variable is changed

Parameters:
name - The name of the variable