actions
Class OpenRecordingAction

java.lang.Object
  extended by actions.OpenRecordingAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class OpenRecordingAction
extends java.lang.Object
implements java.awt.event.ActionListener

Action for opening a recorded session.


Field Summary
private  MainWindow mainWindow
          the main frame
 
Constructor Summary
OpenRecordingAction(MainWindow window)
          Constructs the open recording action.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Displays a dialog allowing the user to select a recording to play.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainWindow

private MainWindow mainWindow
the main frame

Constructor Detail

OpenRecordingAction

public OpenRecordingAction(MainWindow window)
Constructs the open recording action.

Parameters:
window - - the main frame
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Displays a dialog allowing the user to select a recording to play.

Specified by:
actionPerformed in interface java.awt.event.ActionListener