bibliothek.gui.dock.station.stack.menu
Interface CombinedMenuContentListener


public interface CombinedMenuContentListener

A listener added to a CombinedMenuContent.

Author:
Benjamin Sigg

Method Summary
 void canceled(CombinedMenuContent menu)
          Called after menu was made invisible without making any selection.
 void opened(CombinedMenuContent menu)
          Called when menu is made visible.
 void selected(CombinedMenuContent menu, Dockable selection)
          Called after menu was made invisible with making a selection.
 

Method Detail

opened

void opened(CombinedMenuContent menu)
Called when menu is made visible.

Parameters:
menu - the source of the event

canceled

void canceled(CombinedMenuContent menu)
Called after menu was made invisible without making any selection.

Parameters:
menu - the source of the event

selected

void selected(CombinedMenuContent menu,
              Dockable selection)
Called after menu was made invisible with making a selection.

Parameters:
menu - the source of the event
selection - the selection made on the menu