com.croftsoft.apps.slideshow
Class SlideshowMain

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

public final class SlideshowMain
extends Object
implements Lifecycle

CroftSoft Savor.

Since:
2006-12-09
Version:
$Id: SlideshowMain.java,v 1.1 2006/12/16 09:27:57 croft Exp $
Author:
David Wallace Croft

Constructor Summary
SlideshowMain(String[] args)
           
 
Method Summary
 void destroy()
           
 SlideshowConfig getSlideshowConfig()
           
 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

SlideshowMain

public SlideshowMain(String[] args)
Method Detail

main

public static void main(String[] args)

getSlideshowConfig

public SlideshowConfig getSlideshowConfig()

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)