pictionary.pictionaryserver
Class PictionaryServer.ConnectButtonListener

java.lang.Object
  extended by pictionary.pictionaryserver.PictionaryServer.ConnectButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
PictionaryServer

private class PictionaryServer.ConnectButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

The listener for PictionaryServer.disconnectOrConnectBtn.

Author:
Kristoffer Nordkvist

Constructor Summary
private PictionaryServer.ConnectButtonListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          Starts or stops the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PictionaryServer.ConnectButtonListener

private PictionaryServer.ConnectButtonListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Starts or stops the server.

Specified by:
actionPerformed in interface java.awt.event.ActionListener