org.jfree.report.demo.helper
Class AbstractDemoFrame.CloseHandler

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--org.jfree.report.demo.helper.AbstractDemoFrame.CloseHandler
Enclosing class:
AbstractDemoFrame

protected class AbstractDemoFrame.CloseHandler
extends java.awt.event.WindowAdapter

Window close handler.


Constructor Summary
AbstractDemoFrame.CloseHandler()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent event)
          Handles the window closing event.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDemoFrame.CloseHandler

public AbstractDemoFrame.CloseHandler()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent event)
Handles the window closing event.
Overrides:
windowClosing in class java.awt.event.WindowAdapter
Parameters:
event - the window event.