com.notuvy.gui
Class SimpleHandler.KeyRelease

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

public abstract static class SimpleHandler.KeyRelease
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.KeyRelease(org.apache.log4j.Logger pLogger, String pMessage)
           
protected SimpleHandler.KeyRelease(org.apache.log4j.Logger pLogger, String pMessage, boolean pSeparateThread)
           
 
Method Summary
abstract  void keyReleased()
           
protected  void principleAction()
          This is the single action of the class.
 
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.KeyRelease

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

SimpleHandler.KeyRelease

protected SimpleHandler.KeyRelease(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

keyReleased

public abstract void keyReleased()


Copyright © 2013. All Rights Reserved.