de.betabeans.scroogexhtml.events
Interface HyperlinkListener

All Superinterfaces:
java.util.EventListener

public interface HyperlinkListener
extends java.util.EventListener

A HyperlinkListener can be used to perform user-defined actions whenever a hyperlink is detected.
Note that the hyperlink listener needs to be activated using the setConvertHyperlinks method.
The current implementation of ScroogeXHTML only detects a generic hyperlink by the text attributes blue and underlined.
If a hyperlink listener has been added using the addHyperlinkListener() method, every hyperlink text object will be passed to the hyperlink listener method and can be modified there.

Author:
Michael Justin
See Also:
ScroogeXHTMLBase.process(de.betabeans.scroogexhtml.dom.FormattedText), FormattedText

Method Summary
 void hyperlink(HyperlinkEvent e)
          Process a hyperlink event.
 

Method Detail

hyperlink

void hyperlink(HyperlinkEvent e)
Process a hyperlink event.

Parameters:
e - The event.


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.