com.croftsoft.apps.slideshow
Class SlideshowView

java.lang.Object
  extended by com.croftsoft.apps.slideshow.SlideshowView
All Implemented Interfaces:
Initializable, Updatable

public final class SlideshowView
extends Object
implements Initializable, Updatable

View.

Since:
2006-12-15
Version:
$Id: SlideshowView.java,v 1.1 2006/12/16 09:26:39 croft Exp $
Author:
David Wallace Croft

Constructor Summary
SlideshowView(SlideshowConfig slideshowConfig)
           
 
Method Summary
 void init()
           
 void setContentPane(Container contentPane)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideshowView

public SlideshowView(SlideshowConfig slideshowConfig)
Method Detail

setContentPane

public void setContentPane(Container contentPane)

init

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

update

public void update()
Specified by:
update in interface Updatable

CroftSoft Javadoc

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