jview
Class JClientFrame.ClientListener

java.lang.Object
  extended by 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.


Field Summary
private  ClientObject client
           
 
Constructor Summary
protected JClientFrame.ClientListener(ClientObject ear)
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
          Trace connect/disconnect events on the toggle button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

private ClientObject client
Constructor Detail

JClientFrame.ClientListener

protected JClientFrame.ClientListener(ClientObject ear)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
Trace connect/disconnect events on the toggle button

Specified by:
actionPerformed in interface ActionListener