Interface TabFigure.ITabListener

All Superinterfaces:
EventListener
Enclosing class:
TabFigure

public static interface TabFigure.ITabListener extends EventListener
Definition of listeners that react on active tab index changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    activeTabIndexChanged(int oldIndex, int newIndex)
     
  • Method Details

    • activeTabIndexChanged

      void activeTabIndexChanged(int oldIndex, int newIndex)