com.valhalla.jbother.menus
Class ConversationPopupMenu.BlockActionListener

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

class ConversationPopupMenu.BlockActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Adds a user to the blocked users list

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) ConversationPopupMenu.BlockActionListener()
           
 
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

ConversationPopupMenu.BlockActionListener

ConversationPopupMenu.BlockActionListener()
Method Detail

actionPerformed

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