rcUserInterface
Class rcProgressBar.MyWindowListener

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--rcUserInterface.rcProgressBar.MyWindowListener

class rcProgressBar.MyWindowListener
extends java.awt.event.WindowAdapter

A window listener that flags that no window is attached any more.


Constructor Summary
(package private) rcProgressBar.MyWindowListener()
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent ev)
           
 
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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

rcProgressBar.MyWindowListener

rcProgressBar.MyWindowListener()
Method Detail

windowClosing

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