Interface TabClosingListener

  • All Superinterfaces:
    java.util.EventListener

    public interface TabClosingListener
    extends java.util.EventListener
    Listen to tab closing events.
    • Method Detail

      • closing

        void closing​(TabClosingEvent e)
        The user has requested to close a tab.
        Parameters:
        e - The closing event.