org.apache.pivot.wtk
Class Application.UnprocessedKeyHandler.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.Application.UnprocessedKeyHandler.Adapter
All Implemented Interfaces:
Application.UnprocessedKeyHandler
Enclosing interface:
Application.UnprocessedKeyHandler

public static class Application.UnprocessedKeyHandler.Adapter
extends Object
implements Application.UnprocessedKeyHandler

UnprocessedKeyHandler adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.Application.UnprocessedKeyHandler
Application.UnprocessedKeyHandler.Adapter
 
Constructor Summary
Application.UnprocessedKeyHandler.Adapter()
           
 
Method Summary
 void keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
           
 void keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)
           
 void keyTyped(char character)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application.UnprocessedKeyHandler.Adapter

public Application.UnprocessedKeyHandler.Adapter()
Method Detail

keyTyped

public void keyTyped(char character)
Specified by:
keyTyped in interface Application.UnprocessedKeyHandler

keyPressed

public void keyPressed(int keyCode,
                       Keyboard.KeyLocation keyLocation)
Specified by:
keyPressed in interface Application.UnprocessedKeyHandler

keyReleased

public void keyReleased(int keyCode,
                        Keyboard.KeyLocation keyLocation)
Specified by:
keyReleased in interface Application.UnprocessedKeyHandler