public static interface PlaybackOverlayFragment.InputEventHandler
| android.support.v17.leanback.app.PlaybackOverlayFragment.InputEventHandler |
接口允许应用程序处理输入事件。
公共方法(Public methods) |
|
|---|---|
abstract boolean |
handleInputEvent(InputEvent event) 在收到 |
boolean handleInputEvent (InputEvent event)
在收到 InputEvent时调用。
| 参数(Parameters) | |
|---|---|
event |
InputEvent
|
| 返回(Returns) | |
|---|---|
boolean |
If the event should be consumed, return true. To allow the event to continue on to the next handler, return false. |