Package jam.html
Class SimpleLinkListener
- java.lang.Object
-
- 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
Constructors Constructor Description SimpleLinkListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
hyperlinkUpdate(javax.swing.event.HyperlinkEvent he)
-