[]
Dummy class for key listeners.
public class DummyKeyListener : BaseKeyListener
| Name | Description |
|---|---|
| DummyKeyListener() |
| Name | Description |
|---|---|
| InputType | Return the type of text that this key listener is manipulating, as per InputType. |
| Name | Description |
|---|---|
| Backspace(View, IEditable, Keycode, KeyEvent) | Performs the action that happens when you press the KEYCODE_DEL key in a TextView. |
| ForwardDelete(View, IEditable, Keycode, KeyEvent) | Performs the action that happens when you press the KEYCODE_FORWARD_DEL key in a TextView. |
| OnKeyDown(View, IEditable, Keycode, KeyEvent) | Handles presses of the meta keys. |
| OnKeyOther(View, IEditable, KeyEvent) | Base implementation handles ACTION_MULTIPLE KEYCODE_UNKNOWN by inserting the event's text into the content. |