com.croftsoft.apps.skipper
Class SkipperMain

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

public final class SkipperMain
extends Object
implements Lifecycle

Skipper Main. Copyright 2007 David Wallace Croft.

Since:
2006-12-19
Version:
$Date: 2007/07/28 16:57:04 $ $Author: croft $
Author:
David Wallace Croft

Constructor Summary
SkipperMain(String[] args)
           
 
Method Summary
 void destroy()
           
 SkipperConfig getSkipperConfig()
           
 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

SkipperMain

public SkipperMain(String[] args)
Method Detail

main

public static void main(String[] args)

getSkipperConfig

public SkipperConfig getSkipperConfig()

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)