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.UnprocessedKeyHandlerApplication.UnprocessedKeyHandler.Adapter
 
- 
 - 
Constructor SummaryConstructors Constructor Description Adapter()Deprecated.
 - 
Method SummaryAll 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- 
keyTypedpublic void keyTyped(char character) Deprecated.- Specified by:
- keyTypedin interface- Application.UnprocessedKeyHandler
 
 - 
keyPressedpublic void keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.- Specified by:
- keyPressedin interface- Application.UnprocessedKeyHandler
 
 - 
keyReleasedpublic void keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.- Specified by:
- keyReleasedin interface- Application.UnprocessedKeyHandler
 
 
- 
 
-