Class Cairo.AppCloser

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--Cairo.AppCloser

protected static final class Cairo.AppCloser
extends java.awt.event.WindowAdapter

Trivial listener class which calls System.exit() when its window is closed.

Author:
Mike Jahr

Constructor Summary
protected Cairo.AppCloser()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent e)
           
 
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

Cairo.AppCloser

protected Cairo.AppCloser()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Overrides:
windowClosing in class java.awt.event.WindowAdapter