Package 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
@Deprecated public static class Application.UnprocessedKeyHandler.Adapter extends java.lang.Object implements Application.UnprocessedKeyHandler
Deprecated.Since 2.1 and Java 8 the interface itself has default implementations.UnprocessedKeyHandler adapter.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.Application.UnprocessedKeyHandler
Application.UnprocessedKeyHandler.Adapter
-
-
Constructor Summary
Constructors Constructor Description Adapter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
Deprecated.void
keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)
Deprecated.void
keyTyped(char character)
Deprecated.
-
-
-
Method Detail
-
keyTyped
public void keyTyped(char character)
Deprecated.- Specified by:
keyTyped
in interfaceApplication.UnprocessedKeyHandler
-
keyPressed
public void keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
Deprecated.- Specified by:
keyPressed
in interfaceApplication.UnprocessedKeyHandler
-
keyReleased
public void keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)
Deprecated.- Specified by:
keyReleased
in interfaceApplication.UnprocessedKeyHandler
-
-