de.betabeans.scroogexhtml
Class AfterTextConversionEvent

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

public class AfterTextConversionEvent
extends java.util.EventObject

For each processed text element, a TextElementEvent is triggered.

Author:
Michael Justin
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AfterTextConversionEvent(java.lang.Object source, ScroogeXHTMLDocText textElement)
          Constructor for the TextElementEvent object
 
Method Summary
 ScroogeXHTMLDocText 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,
                                ScroogeXHTMLDocText textElement)
Constructor for the TextElementEvent object
Parameters:
source - the ScroogeXHTMLBase object which triggered the event
textElement - the current text element
Method Detail

getTextElement

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