edu.gac.mcs178.gack.ui
Class GiveActionListener

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

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


Constructor Summary
GiveActionListener(GraphicalUserInterface gui, Person player, javax.swing.JComboBox giveJComboBox)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void setEnabled(boolean b)
           
 void updateJComboBox()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GiveActionListener

public GiveActionListener(GraphicalUserInterface gui,
                          Person player,
                          javax.swing.JComboBox giveJComboBox)
Method Detail

setEnabled

public void setEnabled(boolean b)

updateJComboBox

public void updateJComboBox()

actionPerformed

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