Interface SplitPanelListener

All Known Implementing Classes:
InterfaceDisplayPanel, InterfaceTabbedDisplayPanel

public interface SplitPanelListener
Listens for changes on a split pane.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Method Summary

    Modifier and Type Method Description
    void splitPanelChanged​(SplitPanelEvent e)
    The split pane has changed.
  • Method Details

    • splitPanelChanged

      void splitPanelChanged​(SplitPanelEvent e)
      The split pane has changed. The SplitPanelEvent will provide information about the nature of the change.
      Parameters:
      e -