jview
Class JClientFrame.ClientListener
java.lang.Object
jview.JClientFrame.ClientListener
- All Implemented Interfaces:
- ActionListener, EventListener
- Enclosing class:
- JClientFrame
protected static class JClientFrame.ClientListener
- extends Object
- implements ActionListener
A helper class to listen to connect events.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
private ClientObject client
JClientFrame.ClientListener
protected JClientFrame.ClientListener(ClientObject ear)
actionPerformed
public void actionPerformed(ActionEvent ae)
- Trace connect/disconnect events on the toggle button
- Specified by:
actionPerformed in interface ActionListener