jam.html
Class SimpleLinkListener

java.lang.Object
  extended by jam.html.SimpleLinkListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.HyperlinkListener

public class SimpleLinkListener
extends java.lang.Object
implements javax.swing.event.HyperlinkListener

iSeek prototype. Codename seekquence. This class listens to Hyperlink Events, and opens the url in a browser window. Open a browser from a Java application on Windows, Unix, or Macintosh. see http://ostermiller.org/utils/Browser.html for more information

Version:
$Id: SimpleLinkListener.java 844 2007-11-21 23:17:11Z twobeers $ Date: 26/01/2005 Time: 11:54:50
Author:
Nasser Giacaman

Constructor Summary
SimpleLinkListener()
           
 
Method Summary
 void hyperlinkUpdate(javax.swing.event.HyperlinkEvent he)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLinkListener

public SimpleLinkListener()
Method Detail

hyperlinkUpdate

public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent he)
Specified by:
hyperlinkUpdate in interface javax.swing.event.HyperlinkListener


http://code.google.com/p/jam-lib/