public interface IListListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
void beginRow(char treeType,
char rowType)
treeType - TODOrowType - the type of the rowvoid beginTree(char type)
void endRow(char treeType,
char rowType)
treeType - TODOrowType - the type of the rowvoid endTree(char type)
Copyright © 2004–2016 XWiki. All rights reserved.