Module tvbrowser
Package devplugin

Interface TabListener

  • All Known Implementing Classes:
    ReminderListPanel, TabListenerPanel

    public interface TabListener
    Listener for tab events of TV-Browser main window.

    Since:
    3.4.5
    Author:
    René Mach
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void tabHidden​(java.awt.Component mostRecentFocusOwner)
      Called whenever the tab was currently the visible one but the user had chosen another tab.
      void tabShown()
      Called whenever the tab was chosen by user to show.
    • Method Detail

      • tabShown

        void tabShown()
        Called whenever the tab was chosen by user to show.

        Since:
        3.4.5
      • tabHidden

        void tabHidden​(java.awt.Component mostRecentFocusOwner)
        Called whenever the tab was currently the visible one but the user had chosen another tab.

        Parameters:
        mostRecentFocusOwner - The component that had the focus until most recently.
        Since:
        3.4.5