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

All Known Subinterfaces:
BasicDropDownButtonTrigger
All Known Implementing Classes:
BasicButtonHandler, BasicDropDownButtonHandler, BasicHandler, BasicMenuHandler, BasicPanelPopupHandler, BasicSelectableHandler, BasicSelectableHandler.Check, BasicSelectableHandler.Radio

public interface BasicTrigger

Used as a callback by a BasicButtonModel to ensure the availability of properties and to inform when the user triggers a view like a button.

Author:
Benjamin Sigg

Method Summary
 void triggered()
          Invoked by a BasicButtonModel when the button, which is monitored by the model, is clicked.
 

Method Detail

triggered

void triggered()
Invoked by a BasicButtonModel when the button, which is monitored by the model, is clicked.