edu.gac.mcs178.gack.ui
Class LookAroundActionListener

java.lang.Object
  extended by edu.gac.mcs178.gack.ui.LookAroundActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class LookAroundActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
LookAroundActionListener(GraphicalUserInterface gui, Person player)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAroundActionListener

public LookAroundActionListener(GraphicalUserInterface gui,
                                Person player)
Method Detail

actionPerformed

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