gui.menu.select
Class closeSelect

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

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


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

Constructor Detail

closeSelect

public closeSelect()
Method Detail

getInstance

public static closeSelect getInstance()

actionPerformed

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