Package com.ryanm.config

Base interfaces for the Configurator system.

See:
          Description

Interface Summary
Configurable Interface for objects that can supply a Configurator, or are annotated such that a configurator can be constructed reflectively
Configurator The Configurator object provides information about variables, and methods to change them.
ConfiguratorListener Objects that are interested in monitoring the Configurator itself, rather than the values of the variables controlled by the configurator, should implement this 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()
 

Package com.ryanm.config Description

Base interfaces for the Configurator system.