edu.princeton.repeatedgames.rgsolve.games.staticmethods
Class FictitiousPlay.FictPlayActionListener

java.lang.Object
  extended by edu.princeton.repeatedgames.rgsolve.games.staticmethods.FictitiousPlay.FictPlayActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
FictitiousPlay

private static class FictitiousPlay.FictPlayActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  javax.swing.JSpinner act1
           
(package private)  javax.swing.JSpinner act2
           
(package private)  javax.swing.JCheckBox check
           
(package private)  javax.swing.JButton explain
           
 
Constructor Summary
FictitiousPlay.FictPlayActionListener(javax.swing.JSpinner act1, javax.swing.JSpinner act2, javax.swing.JCheckBox check, javax.swing.JButton explain)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

act1

javax.swing.JSpinner act1

act2

javax.swing.JSpinner act2

check

javax.swing.JCheckBox check

explain

javax.swing.JButton explain
Constructor Detail

FictitiousPlay.FictPlayActionListener

public FictitiousPlay.FictPlayActionListener(javax.swing.JSpinner act1,
                                             javax.swing.JSpinner act2,
                                             javax.swing.JCheckBox check,
                                             javax.swing.JButton explain)
Method Detail

actionPerformed

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