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 voidkeyPressed(int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.voidkeyReleased(int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.voidkeyTyped(char character)Deprecated.
-
-
-
Method Detail
-
keyTyped
public void keyTyped(char character)
Deprecated.- Specified by:
keyTypedin interfaceApplication.UnprocessedKeyHandler
-
keyPressed
public void keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.- Specified by:
keyPressedin interfaceApplication.UnprocessedKeyHandler
-
keyReleased
public void keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.- Specified by:
keyReleasedin interfaceApplication.UnprocessedKeyHandler
-
-