com.valhalla.jbother.menus
Class SetStatusMenu.MenuListener

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

class SetStatusMenu.MenuListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens for items in the menu to be clicked

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) SetStatusMenu.MenuListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetStatusMenu.MenuListener

SetStatusMenu.MenuListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description of the Method

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - Description of the Parameter