org.datamanager.simpleton
Class ShutdownSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.simpleton.ShutdownSimpleton

public class ShutdownSimpleton
extends Simpleton

ShutdownSimpleton fires KernelShutdownRequestEvents when its big, red, button is pressed.

Version:
$Revision: 1.7 $
Author:
Allen lee
, Bobert George

Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
ShutdownSimpleton()
           
 
Method Summary
 void process()
          Performs the work of this Simpleton.
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getInformation, getPriority, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownSimpleton

public ShutdownSimpleton()
Method Detail

process

public void process()
Description copied from class: Simpleton
Performs the work of this Simpleton. Simpleton implementation must override this class.

Specified by:
process in class Simpleton


See the Helium Website