dk.brics.bisimulationGame.controller
Class GameControllerImpl.RemoteActionListener

java.lang.Object
  extended by dk.brics.bisimulationGame.controller.GameControllerImpl.RemoteActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GameControllerImpl

 class GameControllerImpl.RemoteActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listen on game view elements with a possible remote effect.

Author:
Martin Mosegaard martinm@daimi.au.dk

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

Constructor Detail

GameControllerImpl.RemoteActionListener

GameControllerImpl.RemoteActionListener()
Method Detail

actionPerformed

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

sendChatMessage

private void sendChatMessage()