org.xwiki.rendering.wikimodel.util
Interface IListListener


public interface IListListener

Since:
4.0M1
Version:
$Id: 87b461122ade24242a73224605711a0c9ab9cc02 $

Method Summary
 void beginRow(char treeType, char rowType)
          Begins of a new row
 void beginTree(char type)
          Notifies about a new tree of the given type
 void endRow(char treeType, char rowType)
          Ends of the row.
 void endTree(char type)
          Ends of the tree of the given type
 

Method Detail

beginRow

void beginRow(char treeType,
              char rowType)
Begins of a new row

Parameters:
treeType - TODO
rowType - the type of the row

beginTree

void beginTree(char type)
Notifies about a new tree of the given type


endRow

void endRow(char treeType,
            char rowType)
Ends of the row.

Parameters:
treeType - TODO
rowType - the type of the row

endTree

void endTree(char type)
Ends of the tree of the given type



Copyright © 2004–2015 XWiki. All rights reserved.