FileDocCategorySizeDatePackage
TemperatureAdapter.javaAPI DocExample691Sun Jan 04 20:53:18 GMT 1998BeansBook.Simulator

TemperatureAdapter

public class TemperatureAdapter extends Object implements TempChangeListener

Fields Summary
Constructors Summary
public TemperatureAdapter(Temperature t)

      // register for events
      t.addTempChangeListener(this);
   
Methods Summary
public voidtempChanged(TempChangedEvent evt)

      // forward the event