public class BitDisplay extends java.lang.Object implements java.awt.event.ActionListener, BitListener
| Constructor and Description |
|---|
BitDisplay(BitHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
bitsReceived(BitHandler h,
java.lang.String bits) |
public BitDisplay(BitHandler handler)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void bitsReceived(BitHandler h, java.lang.String bits)
bitsReceived in interface BitListener