org.wikimodel.wem.util
Interface IListListener


public interface IListListener

Author:
MikhailKotelnikov

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

Parameters:
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

Parameters:
type -


Copyright © 2005-2010. All Rights Reserved.