gui.menu.select
Class saveSelect

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

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


Constructor Summary
saveSelect()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static saveSelect getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

saveSelect

public saveSelect()
Method Detail

getInstance

public static saveSelect getInstance()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener