org.virion.jam.html
Class SimpleLinkListener

java.lang.Object
  extended by org.virion.jam.html.SimpleLinkListener
All Implemented Interfaces:
EventListener, HyperlinkListener

public class SimpleLinkListener
extends Object
implements 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

Author:
Nasser

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

Constructor Detail

SimpleLinkListener

public SimpleLinkListener()
Method Detail

hyperlinkUpdate

public void hyperlinkUpdate(HyperlinkEvent he)
Specified by:
hyperlinkUpdate in interface HyperlinkListener