edu.gac.mcs178.gack.ui
Class ReadActionListener
java.lang.Object
edu.gac.mcs178.gack.ui.ReadActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class ReadActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadActionListener
public ReadActionListener(GraphicalUserInterface gui,
Person player,
javax.swing.JComboBox readJComboBox)
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