com.jpeterson.x10
Class TransmitterAdapter

java.lang.Object
  |
  +--com.jpeterson.x10.TransmitterAdapter

public class TransmitterAdapter
extends java.lang.Object
implements TransmitterListener

Adapter that receives events associated with a Transmitter. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.


Constructor Summary
TransmitterAdapter()
          The constructor does nothing.
 
Method Summary
 void queueEmptied(TransmitterEvent e)
          The transmitter output queue has emptied.
 void queueUpdated(TransmitterEvent e)
          The output queue has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransmitterAdapter

public TransmitterAdapter()
The constructor does nothing.
Method Detail

queueEmptied

public void queueEmptied(TransmitterEvent e)
The transmitter output queue has emptied.
Specified by:
queueEmptied in interface TransmitterListener
See Also:
QUEUE_EMPTIED

queueUpdated

public void queueUpdated(TransmitterEvent e)
The output queue has changed.
Specified by:
queueUpdated in interface TransmitterListener
See Also:
QUEUE_UPDATED