com.limegroup.gnutella.gui.library
Class ExploreListener

java.lang.Object
  extended bycom.limegroup.gnutella.gui.library.ExploreListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public final class ExploreListener
extends java.lang.Object
implements java.awt.event.ActionListener

This class responds to a explore request by opening the selected (or first) Library folder.


Constructor Summary
ExploreListener()
           
 
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

ExploreListener

public ExploreListener()
Method Detail

actionPerformed

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