bibliothek.gui.dock.themes.basic.action.dropdown
Class ButtonDropDownHandler.Listener

java.lang.Object
  extended by bibliothek.gui.dock.themes.basic.action.dropdown.ButtonDropDownHandler.Listener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ButtonDropDownHandler

private class ButtonDropDownHandler.Listener
extends java.lang.Object
implements java.awt.event.ActionListener

A listener added to the menuitem. The listener calls ButtonDropDownHandler.triggered() whenever the menuitem is clicked.

Author:
Benjamin Sigg

Constructor Summary
private ButtonDropDownHandler.Listener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonDropDownHandler.Listener

private ButtonDropDownHandler.Listener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener