Module tvbrowser

Interface ProgramMouseActionListener

    • Method Detail

      • getProgramForMouseEvent

        Program getProgramForMouseEvent​(java.awt.event.MouseEvent e)
        Gets the program to use for a mouse action.

        Parameters:
        e - The mouse event that was triggered for a user mouse interaction.
        Returns:
        The program that was affected by the user mouse interaction or null if no program was affected.
      • mouseEventActionFinished

        void mouseEventActionFinished()
        Called when MouseEventAction was finished.