com.valhalla.jbother.menus
Class BuddyListPopupMenu.ResourceActionListener

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

class BuddyListPopupMenu.ResourceActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens for a resource to get clicked in the ResourceMenu


Constructor Summary
BuddyListPopupMenu.ResourceActionListener(BuddyStatus buddy)
           
 
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

BuddyListPopupMenu.ResourceActionListener

public BuddyListPopupMenu.ResourceActionListener(BuddyStatus buddy)
Method Detail

actionPerformed

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