org.apache.pivot.wtk
Class Application.UnprocessedKeyHandler.Adapter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application.UnprocessedKeyHandler.Adapter
public Application.UnprocessedKeyHandler.Adapter()
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