de.betabeans.scroogexhtml.events
Class HyperlinkEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.betabeans.scroogexhtml.events.HyperlinkEvent
All Implemented Interfaces:
java.io.Serializable

public final class HyperlinkEvent
extends java.util.EventObject

A Hyperlink event contains the text element with the link text.

Author:
Michael Justin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HyperlinkEvent(java.lang.Object source, FormattedText atextElement)
          Constructor for the HyperlinkEvent object.
 
Method Summary
 FormattedText 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,
                      FormattedText atextElement)
Constructor for the HyperlinkEvent object.

Parameters:
source - the ScroogeXHTMLBase object which triggered the event
atextElement - The current text element.
Method Detail

getTextElement

public FormattedText getTextElement()
Gets the textElement attribute of the HyperlinkEvent object.

Returns:
The textElement value


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