FileDocCategorySizeDatePackage
BaseKeyListener.javaAPI DocAndroid 5.1 API880Sat Mar 14 14:09:36 GMT 2015android.text.method

BaseKeyListener

public abstract class BaseKeyListener extends android.text.method.MetaKeyKeyListener implements android.text.method.KeyListener

Fields Summary
Constructors Summary
public BaseKeyListener()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanbackspace(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanforwardDelete(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyOther(android.view.View view, android.text.Editable content, android.view.KeyEvent event)

 throw new RuntimeException("Stub!");