clarion.tools
Class MessageBox.CloseWindow

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byclarion.tools.MessageBox.CloseWindow
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
MessageBox

public class MessageBox.CloseWindow
extends java.awt.event.WindowAdapter


Constructor Summary
MessageBox.CloseWindow()
           
 
Method Summary
 boolean getWindowStatus()
           
 void windowActivated(java.awt.event.WindowEvent e)
           
 void windowClosing(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowClosed, 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

MessageBox.CloseWindow

public MessageBox.CloseWindow()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)

getWindowStatus

public boolean getWindowStatus()

windowActivated

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