class ExitAction
extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
static ExitAction |
INSTANCE
The instance to share
|
private static Logger |
LOG
use to log messages
|
Modifier | Constructor and Description |
---|---|
private |
ExitAction()
Stop people creating instances
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent aIgnore)
Will shutdown the application.
|
private static final Logger LOG
public static final ExitAction INSTANCE