gui.menu.select
Class executeSelect

java.lang.Object
  |
  +--gui.menu.select.executeSelect
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Constructor Summary
executeSelect()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          executes the selected file only if successful compilation
static executeSelect getInstance()
          returns the single instance of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

executeSelect

public executeSelect()
Method Detail

getInstance

public static executeSelect getInstance()
returns the single instance of this object


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
executes the selected file only if successful compilation

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