All Packages This Package Class Hierarchy Class Search Index
| Summary |
public interface ValueReceiver
{
// Methods 1
public abstract void setValue(double);
}
It is common to have a output component (be it raw text or GUI) which will display a single 'value'. These components are typically meters or loging devices of some sort. This basic interface allows uniform access to such basic devices.
| Cross Reference |
| Methods |
· setValue | Summary | Top |
public abstract void setValue(double d)
Make a best effort to display the specified value - even if it means falling back to the toString() method for display.
Parameter Description o the value to be displayed
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7