com.valhalla.jbother.menus
Class BuddyListHelpMenu.MenuActionListener

java.lang.Object
  extended bycom.valhalla.jbother.menus.BuddyListHelpMenu.MenuActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
BuddyListHelpMenu

class BuddyListHelpMenu.MenuActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Waits for an item to be clicked in the menu

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) BuddyListHelpMenu.MenuActionListener()
           
 
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

BuddyListHelpMenu.MenuActionListener

BuddyListHelpMenu.MenuActionListener()
Method Detail

actionPerformed

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