Class View.WindowHandler

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byView.WindowHandler
All Implemented Interfaces:
EventListener, WindowFocusListener, WindowListener, WindowStateListener
Enclosing class:
View

class View.WindowHandler
extends WindowAdapter

Inner class to check alive thread and prompt

Version:
1.0
Author:
Adeel Hashmi
See Also:
WindowListener

Constructor Summary
(package private) View.WindowHandler()
           
 
Method Summary
 void WindowClosing(WindowEvent e)
          Method to check all running threads and prompt if any alive
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, 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

View.WindowHandler

View.WindowHandler()
Method Detail

WindowClosing

public void WindowClosing(WindowEvent e)
Method to check all running threads and prompt if any alive

Parameters:
e - Window Event