Module tvbrowser

Interface ProgramKeyContextMenuListener

  • All Known Subinterfaces:
    ProgramKeyAndContextMenuListener
    All Known Implementing Classes:
    ProgramList

    public interface ProgramKeyContextMenuListener
    An interface that is used to track popup key events. Use this for ProgramKeyEventHandler if you want to be informed about a popup menu event.

    Since:
    3.3.1
    Author:
    René Mach
    • Method Detail

      • showContextMenu

        void showContextMenu​(Program program)
        Show a context menu on the triggered program.

        Parameters:
        program - The program that has triggered the popup event.