Interface TabClosingListener

All Superinterfaces:
EventListener

public interface TabClosingListener extends EventListener
Listen to tab closing events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The user has requested to close a tab.
  • Method Details

    • closing

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