Trull

edu.luc.cs.trull.demo.office
Class OfficeControl.EmitSetTemp

java.lang.Object
  extended by edu.luc.cs.trull.EmptyComponent
      extended by edu.luc.cs.trull.TerminatingComponent
          extended by edu.luc.cs.trull.AbstractComponent
              extended by edu.luc.cs.trull.EmitComponent
                  extended by edu.luc.cs.trull.Emit
                      extended by edu.luc.cs.trull.demo.office.OfficeControl.EmitSetTemp
All Implemented Interfaces:
Component, PropertyChangeSource, Startable, Suspendable, Terminating, java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
OfficeControl

static class OfficeControl.EmitSetTemp
extends Emit

A component that emits a SETTEMP event with the requested temperature.


Constructor Summary
OfficeControl.EmitSetTemp()
           
 
Method Summary
 
Methods inherited from class edu.luc.cs.trull.Emit
getLabel, getValueGenerator, setLabel, setValueGenerator, start
 
Methods inherited from class edu.luc.cs.trull.EmitComponent
eventEmitter, eventEmitterCached, eventEmitterUncached, resume, scheduleEvent, scheduleEvent, scheduleEvent, stop, suspend
 
Methods inherited from class edu.luc.cs.trull.AbstractComponent
addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getExternalListeners, getPropertyChangeListeners, removePropertyChangeListener
 
Methods inherited from class edu.luc.cs.trull.TerminatingComponent
fireTermination, getParent, getTermEvent, scheduleTermination, setTerminationListener
 
Methods inherited from class edu.luc.cs.trull.EmptyComponent
getTerminationListener, propertyChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfficeControl.EmitSetTemp

public OfficeControl.EmitSetTemp()

Trull

http://www.cs.luc.edu/trull/