com.croftsoft.apps.jogl
Class JoglMain

java.lang.Object
  extended by com.croftsoft.apps.jogl.JoglMain
All Implemented Interfaces:
Commissionable, Destroyable, Initializable, Lifecycle, Resumable, Startable, Stoppable

public final class JoglMain
extends Object
implements Lifecycle

Main. Launches the application within a framework.

Since:
2008-02-10
Version:
$Id: JoglMain.java,v 1.9 2008/04/19 21:57:09 croft Exp $
Author:
David Wallace Croft

Constructor Summary
JoglMain(String[] args)
           
 
Method Summary
 void destroy()
           
 JoglConfig getJoglConfig()
           
 void init()
           
static void main(String[] args)
           
 void setContentPane(Container contentPane)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoglMain

public JoglMain(String[] args)
Method Detail

main

public static void main(String[] args)

getJoglConfig

public JoglConfig getJoglConfig()

setContentPane

public void setContentPane(Container contentPane)

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

CroftSoft Javadoc

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