de.betabeans.scroogexhtml
Class HyperlinkEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--de.betabeans.scroogexhtml.HyperlinkEvent
All Implemented Interfaces:
java.io.Serializable

public class HyperlinkEvent
extends java.util.EventObject

A Hyperlink event contains the text element which contains the link text

Author:
Michael Justin
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HyperlinkEvent(java.lang.Object source, ScroogeXHTMLDocText textElement)
          Constructor for the HyperlinkEvent object
 
Method Summary
 ScroogeXHTMLDocText getTextElement()
          Gets the textElement attribute of the HyperlinkEvent object
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HyperlinkEvent

public HyperlinkEvent(java.lang.Object source,
                      ScroogeXHTMLDocText textElement)
Constructor for the HyperlinkEvent object
Parameters:
source - the ScroogeXHTMLBase object which triggered the event
textElement - the hyperlink text element
Method Detail

getTextElement

public ScroogeXHTMLDocText getTextElement()
Gets the textElement attribute of the HyperlinkEvent object
Returns:
The textElement value