com.huguesjohnson.tiamat.tools
Class Quicklaunch

java.lang.Object
  extended bycom.huguesjohnson.tiamat.tools.Quicklaunch
All Implemented Interfaces:
java.lang.Runnable

public class Quicklaunch
extends java.lang.Object
implements java.lang.Runnable

Quicklaunch - main class for a Quicklaunch utility

Author:
Hugues Johnson

Constructor Summary
Quicklaunch()
          constructor
 
Method Summary
 void exitHandler()
          exitHandler - override this if creating an instance of Quicklaunch in another class
static void main(java.lang.String[] arguments)
          entry point for program
 void run()
          start the thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quicklaunch

public Quicklaunch()
constructor

Method Detail

exitHandler

public void exitHandler()
exitHandler - override this if creating an instance of Quicklaunch in another class


run

public void run()
start the thread

Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] arguments)
entry point for program