BaseKeyListenerpublic abstract class BaseKeyListener extends android.text.method.MetaKeyKeyListener implements android.text.method.KeyListener
Constructors Summary |
---|
public BaseKeyListener() throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public boolean | backspace(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event) throw new RuntimeException("Stub!");
| public boolean | forwardDelete(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event) throw new RuntimeException("Stub!");
| public boolean | onKeyDown(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event) throw new RuntimeException("Stub!");
| public boolean | onKeyOther(android.view.View view, android.text.Editable content, android.view.KeyEvent event) throw new RuntimeException("Stub!");
|
|