Interface KeyEventChannel.EventResponseHandler

Enclosing class:
KeyEventChannel

public static interface KeyEventChannel.EventResponseHandler
A handler of incoming key handling messages.
  • Method Summary

    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.
  • Method Details

    • onFrameworkResponse

      void onFrameworkResponse(boolean isEventHandled)
      Called whenever the framework responds that a given key event was handled or not handled by the framework.
      Parameters:
      isEventHandled - whether the framework decides to handle the event.