File
Doc
Category
Size
Date
Package
KeyListener.java
API Doc
Android 1.5 API
1284
Wed May 06 22:41:54 BST 2009
java.awt.event
KeyListener
public interface KeyListener implements EventListener
This class is not supported in Android 1.0. It is merely provided to maintain interface compatibility with desktop Java implementations.
since
Android 1.0
Fields Summary
Constructors Summary
Methods Summary
public void
keyPressed
(
java.awt.event.KeyEvent
e)
public void
keyReleased
(
java.awt.event.KeyEvent
e)
public void
keyTyped
(
java.awt.event.KeyEvent
e)
Java Code Source