Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.bdgp.apps.dagedit.gui
Class DEEditorFrame.WindowCloser  view DEEditorFrame.WindowCloser download DEEditorFrame.WindowCloser.java

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byorg.bdgp.apps.dagedit.gui.DEEditorFrame.WindowCloser
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
DEEditorFrame

private class DEEditorFrame.WindowCloser
extends java.awt.event.WindowAdapter


Constructor Summary
private DEEditorFrame.WindowCloser()
           
 
Method Summary
 void windowClosed(java.awt.event.WindowEvent e)
          Implements this method from the interface with an empty method body.
 void windowClosing(java.awt.event.WindowEvent e)
          Implements this method from the interface with an empty method body.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEEditorFrame.WindowCloser

private DEEditorFrame.WindowCloser()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Description copied from class: java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.


windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
Description copied from class: java.awt.event.WindowAdapter
Implements this method from the interface with an empty method body.