public class SimulatorControlButtonsListener
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
private SimUser[] |
CastMembersList_BackUp |
private int |
evaluationAttackStartingPoint_BackUp |
private boolean |
evaluatorState_BackUp |
Simulator |
simulator |
private SimulatorPanel |
simulatorPanel |
private boolean |
usdFlag_BackUp |
private int[] |
usersList_BackUp |
Constructor and Description |
---|
SimulatorControlButtonsListener(SimulatorPanel simulatorPanel) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
static float |
DateToNumber(java.util.Date date) |
static java.util.Date |
NumberToDate(float time) |
private void |
openScenarioFile() |
void |
resetSimulator() |
void |
restoreSimulatorState() |
private SimulatorPanel simulatorPanel
public Simulator simulator
private boolean usdFlag_BackUp
private boolean evaluatorState_BackUp
private int evaluationAttackStartingPoint_BackUp
private int[] usersList_BackUp
private SimUser[] CastMembersList_BackUp
public SimulatorControlButtonsListener(SimulatorPanel simulatorPanel)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
private void openScenarioFile()
public void restoreSimulatorState()
public void resetSimulator()
public static float DateToNumber(java.util.Date date)
public static java.util.Date NumberToDate(float time)