eu.keep.uphec.mainwindow.menubar
Class ViewEmulatorsFromArchiveListener

Object
  extended by ViewEmulatorsFromArchiveListener
All Implemented Interfaces:
ActionListener, EventListener

public class ViewEmulatorsFromArchiveListener
extends Object
implements ActionListener

The ViewEmulatorsFromArchiveListener class defines the activities following the firing of the archive_emulator_packages_button button in the viewMenu menu

Author:
Antonio Ciuffreda

Field Summary
 javax.swing.JFrame mainWindowFrame
           
 CoreEngineModel model
           
 
Constructor Summary
ViewEmulatorsFromArchiveListener(javax.swing.JFrame mainWindowFrame, CoreEngineModel model)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainWindowFrame

public javax.swing.JFrame mainWindowFrame

model

public CoreEngineModel model
Constructor Detail

ViewEmulatorsFromArchiveListener

public ViewEmulatorsFromArchiveListener(javax.swing.JFrame mainWindowFrame,
                                        CoreEngineModel model)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener