databionics.esom.tool.slideshow
Class SlideShowAction

java.lang.Object
  extended by databionics.esom.tool.slideshow.SlideShowAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class SlideShowAction
extends java.lang.Object
implements java.awt.event.ActionListener

starts the slide show, if there are enough generated pictures

Author:
Mario Noecker

Field Summary
protected  boolean newShow
           
 
Constructor Summary
SlideShowAction(boolean flag, SlideshowTool tool)
          constructor with flag for generating new slide show
SlideShowAction(SlideshowTool tool)
          standard constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is called, when the slide show is called in the main menu Prepares slide show and opens a window for it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newShow

protected boolean newShow
Constructor Detail

SlideShowAction

public SlideShowAction(SlideshowTool tool)
standard constructor


SlideShowAction

public SlideShowAction(boolean flag,
                       SlideshowTool tool)
constructor with flag for generating new slide show

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
This method is called, when the slide show is called in the main menu Prepares slide show and opens a window for it

Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.