databionics.esom.tool.slideshow
Class ExitSlideShowAction

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

public class ExitSlideShowAction
extends java.lang.Object
implements java.awt.event.WindowListener

action for closing the slide show

Author:
Mario Noecker

Constructor Summary
ExitSlideShowAction(SlideshowTool tool)
          constructor with given slideShow
 
Method Summary
 void windowActivated(java.awt.event.WindowEvent e)
          handle event
 void windowClosed(java.awt.event.WindowEvent e)
          handle event
 void windowClosing(java.awt.event.WindowEvent e)
          exit and manage exit
 void windowDeactivated(java.awt.event.WindowEvent e)
          handle event
 void windowDeiconified(java.awt.event.WindowEvent e)
          handle event
 void windowIconified(java.awt.event.WindowEvent e)
          handle event
 void windowOpened(java.awt.event.WindowEvent e)
          handle event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitSlideShowAction

public ExitSlideShowAction(SlideshowTool tool)
constructor with given slideShow

Parameters:
show -
Method Detail

windowOpened

public void windowOpened(java.awt.event.WindowEvent e)
handle event

Specified by:
windowOpened in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
handle event

Specified by:
windowClosed in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent e)
handle event

Specified by:
windowDeactivated in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent e)
handle event

Specified by:
windowDeiconified in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowIconified

public void windowIconified(java.awt.event.WindowEvent e)
handle event

Specified by:
windowIconified in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowActivated

public void windowActivated(java.awt.event.WindowEvent e)
handle event

Specified by:
windowActivated in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
exit and manage exit

Specified by:
windowClosing in interface java.awt.event.WindowListener
Parameters:
WindowEvent - e


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