com.sun.im.desktop
Class MessengerActionListener

java.lang.Object
  extended bycom.sun.im.desktop.MessengerEventListener
      extended bycom.sun.im.desktop.MessengerActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public abstract class MessengerActionListener
extends MessengerEventListener
implements java.awt.event.ActionListener

Base implementation of an action listener. it is invoked by the messenger when the functionality provided by the bean is activated.


Constructor Summary
MessengerActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          invoked when the user activates the launch point component.
 
Methods inherited from class com.sun.im.desktop.MessengerEventListener
getIcon, getImage, getLabel, getToolTipText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessengerActionListener

public MessengerActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
invoked when the user activates the launch point component.

Specified by:
actionPerformed in interface java.awt.event.ActionListener