Interface KeyEventChannel.EventResponseHandler
-
- Enclosing class:
- KeyEventChannel
public static interface KeyEventChannel.EventResponseHandler
A handler of incoming key handling messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFrameworkResponse(boolean isEventHandled)
Called whenever the framework responds that a given key event was handled or not handled by the framework.
-