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

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