|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jpeterson.x10.TransmitterAdapter
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 |
public TransmitterAdapter()
Method Detail |
public void queueEmptied(TransmitterEvent e)
QUEUE_EMPTIED
public void queueUpdated(TransmitterEvent e)
QUEUE_UPDATED
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |