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