Uses of Interface
bibliothek.gui.dock.support.menu.MenuPieceListener

Packages that use MenuPieceListener
bibliothek.gui.dock.support.menu   
 

Uses of MenuPieceListener in bibliothek.gui.dock.support.menu
 

Methods in bibliothek.gui.dock.support.menu with parameters of type MenuPieceListener
 void MenuPiece.addListener(MenuPieceListener listener)
          Adds a listener to this piece, the listener will get informed when this piece want's to add or remove items.
 void MenuPiece.removeListener(MenuPieceListener listener)
          Removes a listener to this piece.