com.croftsoft.apps.cyborg
Class CyborgMain

java.lang.Object
  extended by com.croftsoft.apps.cyborg.CyborgMain
All Implemented Interfaces:
Commissionable, Destroyable, Initializable, Lifecycle, Resumable, Startable, Stoppable, Loopable, Runnable

public final class CyborgMain
extends Object
implements Lifecycle, Loopable, Runnable

Neural interface simulation using a joystick.

Since:
2005-03-14
Version:
$Date: 2005/10/17 16:47:51 $
Author:
David Wallace Croft

Constructor Summary
CyborgMain(Initializable[] initializables, Updatable[] updatables, LoopGovernor loopGovernor)
           
 
Method Summary
 void destroy()
           
 void init()
           
 boolean loop()
           
static void main(String[] args)
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyborgMain

public CyborgMain(Initializable[] initializables,
                  Updatable[] updatables,
                  LoopGovernor loopGovernor)
Method Detail

main

public static void main(String[] args)

init

public void init()
Specified by:
init in interface Initializable

start

public void start()
Specified by:
start in interface Startable

stop

public void stop()
Specified by:
stop in interface Stoppable

destroy

public void destroy()
Specified by:
destroy in interface Destroyable

loop

public boolean loop()
Specified by:
loop in interface Loopable
Returns:
False if looping should stop.

run

public void run()
Specified by:
run in interface Runnable

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)