|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTracksail.SayItActionListener
Handles events that are generated when the player clicks the 'say' button or hits enter with focus in the chat input text area.
| Constructor Summary | |
(package private) |
Tracksail.SayItActionListener()
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Reads the message written in the text field and sends it to other players through the server. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Tracksail.SayItActionListener()
| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
If we're in the lobby room, the messages go to the lobby room. If we are in a race, the texts go to that particular race.
actionPerformed in interface java.awt.event.ActionListenere - ActionEvent event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||