de.betabeans.scroogexhtml.events
Class AfterTextConversionEvent

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

public final class AfterTextConversionEvent
extends java.util.EventObject

The event which occurs just after the text of an FormattedText object has been converted.

Author:
Michael Justin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AfterTextConversionEvent(java.lang.Object source, FormattedText docText)
          Constructor for the TextElementEvent object.
 
Method Summary
 FormattedText getTextElement()
          Gets the textElement attribute of the TextElementEvent 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

AfterTextConversionEvent

public AfterTextConversionEvent(java.lang.Object source,
                                FormattedText docText)
Constructor for the TextElementEvent object.

Parameters:
source - the ScroogeXHTMLBase object which triggered the event
docText - the document text element
Method Detail

getTextElement

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

Returns:
The textElement value


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