org.virion.jam.html
Class SimpleLinkListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleLinkListener
public SimpleLinkListener()
hyperlinkUpdate
public void hyperlinkUpdate(HyperlinkEvent he)
- Specified by:
hyperlinkUpdate
in interface HyperlinkListener