com.huguesjohnson.tiamat.demos.Camineet
Class CamineetDemo

java.lang.Object
  extended bycom.huguesjohnson.tiamat.demos.Camineet.CamineetDemo
All Implemented Interfaces:
java.lang.Runnable

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

CamineetDemo - main class for the demo

Author:
Hugues Johnson

Constructor Summary
CamineetDemo(java.lang.String configFilePath)
          constructor
 
Method Summary
 void exitHandler()
          exitHandler - clean up stuff
static void main(java.lang.String[] arguments)
          entry point for program
 void onExit()
          onExit - event that fires when exit is complete - override this if creating an instance of CamineetDemo in another class
 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

CamineetDemo

public CamineetDemo(java.lang.String configFilePath)
constructor

Parameters:
configFilePath - The path to the configuration file.
Method Detail

exitHandler

public void exitHandler()
exitHandler - clean up stuff


onExit

public void onExit()
onExit - event that fires when exit is complete - override this if creating an instance of CamineetDemo 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