eu.keep.uphec.mainwindow.menubar.renderfile
Class StartEmulationProcessListener
Object
StartEmulationProcessListener
- All Implemented Interfaces:
- ActionListener, EventListener
public class StartEmulationProcessListener
- extends Object
- implements ActionListener
The ConfigEmulationProcessListener class defines the events following the click of the
'Render' button in ManualConfigurationDialog
- Author:
- Antonio Ciuffreda
|
Method Summary |
void |
actionPerformed(ActionEvent arg0)
|
void |
changeValues(String item_1_name,
String item_1_path,
String item_2_name,
String item_2_path,
String item_3_name,
String item_3_path,
String item_4_name,
String item_4_path)
|
void |
modifyPreviosyAccessedList(AccessedItem recent_opened_item_1,
AccessedItem recent_opened_item_2,
AccessedItem recent_opened_item_3,
AccessedItem recent_opened_item_4,
String selected_file_name,
String selected_file_path)
|
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartEmulationProcessListener
public StartEmulationProcessListener(ManualConfigurationDialog manual_config_dialog)
changeValues
public void changeValues(String item_1_name,
String item_1_path,
String item_2_name,
String item_2_path,
String item_3_name,
String item_3_path,
String item_4_name,
String item_4_path)
modifyPreviosyAccessedList
public void modifyPreviosyAccessedList(AccessedItem recent_opened_item_1,
AccessedItem recent_opened_item_2,
AccessedItem recent_opened_item_3,
AccessedItem recent_opened_item_4,
String selected_file_name,
String selected_file_path)
actionPerformed
public void actionPerformed(ActionEvent arg0)
- Specified by:
actionPerformed in interface ActionListener