Class Tracksail.JoinGameActionListener

java.lang.Object
  extended byTracksail.JoinGameActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Tracksail

class Tracksail.JoinGameActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Handles clicking the 'join game' button.

If some race is selected in the race list, attempt to join that race.


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

Constructor Detail

Tracksail.JoinGameActionListener

Tracksail.JoinGameActionListener()
Method Detail

actionPerformed

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