Interface IListListener
-
public interface IListListener
- Since:
- 4.0M1
- Version:
- $Id: 2471fa9f65ecf73839f4109b8e2aeec1e948d724 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginRow(char treeType, char rowType)
Begins of a new row.void
beginTree(char type)
Notifies about a new tree of the given typevoid
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
- TODOrowType
- 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
- TODOrowType
- the type of the row
-
endTree
void endTree(char type)
Ends of the tree of the given type.
-
-