public class GUI.SimulationModeChangedListener
extends java.lang.Object
implements java.awt.event.ActionListener
The listener is in place to be able execute code on a change of the selected mode.
Constructor and Description |
---|
SimulationModeChangedListener(javax.swing.JComboBox<SimulationMode.SimulationModeDisplay> comboSimulationMode) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
public SimulationModeChangedListener(javax.swing.JComboBox<SimulationMode.SimulationModeDisplay> comboSimulationMode)