org.apache.pivot.wtk
Class MenuButtonListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.MenuButtonListener.Adapter
All Implemented Interfaces:
MenuButtonListener
Enclosing interface:
MenuButtonListener

public static class MenuButtonListener.Adapter
extends Object
implements MenuButtonListener

Menu button listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.MenuButtonListener
MenuButtonListener.Adapter
 
Constructor Summary
MenuButtonListener.Adapter()
           
 
Method Summary
 void menuChanged(MenuButton menuButton, Menu previousMenu)
          Called when a menu button's menu has changed.
 void repeatableChanged(MenuButton menuButton)
          Called when a menu button's repeatable flag has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuButtonListener.Adapter

public MenuButtonListener.Adapter()
Method Detail

menuChanged

public void menuChanged(MenuButton menuButton,
                        Menu previousMenu)
Description copied from interface: MenuButtonListener
Called when a menu button's menu has changed.

Specified by:
menuChanged in interface MenuButtonListener

repeatableChanged

public void repeatableChanged(MenuButton menuButton)
Description copied from interface: MenuButtonListener
Called when a menu button's repeatable flag has changed.

Specified by:
repeatableChanged in interface MenuButtonListener