bibliothek.gui.dock.themes.basic.action
Interface BasicDropDownButtonTrigger

All Superinterfaces:
BasicTrigger
All Known Implementing Classes:
BasicDropDownButtonHandler

public interface BasicDropDownButtonTrigger
extends BasicTrigger

A trigger used by the BasicDropDownButtonModel to remotely open the drop down menu of a DropDownAction.

Author:
Benjamin Sigg

Method Summary
 void popupTriggered()
          Called when the drop down menu of a DropDownAction should be opened.
 
Methods inherited from interface bibliothek.gui.dock.themes.basic.action.BasicTrigger
triggered
 

Method Detail

popupTriggered

void popupTriggered()
Called when the drop down menu of a DropDownAction should be opened.