com.notuvy.gui
Class SimpleHandler.WindowClosing

java.lang.Object
  extended by com.notuvy.gui.SimpleHandler
      extended by com.notuvy.gui.SimpleHandler.WindowClosing
All Implemented Interfaces:
ActionListener, KeyListener, WindowListener, Runnable, EventListener
Enclosing class:
SimpleHandler

public abstract static class SimpleHandler.WindowClosing
extends SimpleHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class com.notuvy.gui.SimpleHandler
SimpleHandler.Action, SimpleHandler.KeyRelease, SimpleHandler.WindowClosing
 
Constructor Summary
protected SimpleHandler.WindowClosing(org.apache.log4j.Logger pLogger, String pMessage)
           
protected SimpleHandler.WindowClosing(org.apache.log4j.Logger pLogger, String pMessage, boolean pSeparateThread)
           
 
Method Summary
protected  void principleAction()
          This is the single action of the class.
abstract  void windowClosing()
           
 
Methods inherited from class com.notuvy.gui.SimpleHandler
actionPerformed, doLogError, getActionEvent, getKeyEvent, getWindowEvent, handleError, keyPressed, keyReleased, keyTyped, run, setWindowEvent, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHandler.WindowClosing

protected SimpleHandler.WindowClosing(org.apache.log4j.Logger pLogger,
                                      String pMessage)

SimpleHandler.WindowClosing

protected SimpleHandler.WindowClosing(org.apache.log4j.Logger pLogger,
                                      String pMessage,
                                      boolean pSeparateThread)
Method Detail

principleAction

protected void principleAction()
Description copied from class: SimpleHandler
This is the single action of the class. Each of the abstract subclasses of a particular handler use it as an indirection to a particular method of this class.

Specified by:
principleAction in class SimpleHandler

windowClosing

public abstract void windowClosing()


Copyright © 2013. All Rights Reserved.