pictionary.pictionaryclient
Class PictionaryClientGUI.ConnectButtonListener

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

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

Custom listener class for handling the event that the user uses PictionaryClientGUI.disconnectOrConnectBtn

Author:
Kristoffer Nordkvist

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

Constructor Detail

PictionaryClientGUI.ConnectButtonListener

private PictionaryClientGUI.ConnectButtonListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener