Class NetTap

java.lang.Object
  extended byGUIManager
      extended byNetTap

public class NetTap
extends GUIManager

See Also:
Serialized Form

Constructor Summary
NetTap()
           
 
Method Summary
 void buttonClicked(JButton which)
           
 void connectionClosed(NetConnection which)
           
 void dataAvailable(NetConnection which)
           
 void init()
           
 void menuItemSelected()
           
 void textEntered(JTextField which)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetTap

public NetTap()
Method Detail

buttonClicked

public void buttonClicked(JButton which)

connectionClosed

public void connectionClosed(NetConnection which)

dataAvailable

public void dataAvailable(NetConnection which)

init

public void init()

menuItemSelected

public void menuItemSelected()

textEntered

public void textEntered(JTextField which)