Interface StackableChainingListener
- All Superinterfaces:
ChainingListener,ImageListener,LinkListener,Listener
- All Known Implementing Classes:
BlockStateChainingListener,ConsecutiveNewLineStateChainingListener
A chaining listener that can be stacked in the
ListenerChain. This is useful when a listener in the chain
wants to reset all stackable listeners to a new state (for example when handling groups in the XWiki Syntax
Renderer).- Since:
- 1.8RC1
- Version:
- $Id: e9eff2217be67649f8885068b09e2fd1917eb623 $
-
Field Summary
Fields inherited from interface org.xwiki.rendering.listener.Listener
EMPTY_PARAMETERS -
Method Summary
Methods inherited from interface org.xwiki.rendering.listener.chaining.ChainingListener
getListenerChainMethods inherited from interface org.xwiki.rendering.listener.ImageListener
onImage, onImageMethods inherited from interface org.xwiki.rendering.listener.LinkListener
beginLink, endLinkMethods inherited from interface org.xwiki.rendering.listener.Listener
beginDefinitionDescription, beginDefinitionList, beginDefinitionTerm, beginDocument, beginFigure, beginFigureCaption, beginFormat, beginGroup, beginHeader, beginList, beginListItem, beginListItem, beginMacroMarker, beginMetaData, beginParagraph, beginQuotation, beginQuotationLine, beginSection, beginTable, beginTableCell, beginTableHeadCell, beginTableRow, endDefinitionDescription, endDefinitionList, endDefinitionTerm, endDocument, endFigure, endFigureCaption, endFormat, endGroup, endHeader, endList, endListItem, endListItem, endMacroMarker, endMetaData, endParagraph, endQuotation, endQuotationLine, endSection, endTable, endTableCell, endTableHeadCell, endTableRow, onEmptyLines, onHorizontalLine, onId, onMacro, onNewLine, onRawText, onSpace, onSpecialSymbol, onVerbatim, onWord
-
Method Details
-
createChainingListenerInstance
StackableChainingListener createChainingListenerInstance()- Returns:
- the new instance of the listener
-