All Packages Class Hierarchy This Package Previous Next Index
Interface fr.inria.openmath.omapi.TreeHandler
- public interface TreeHandler
Receives notification of OpenMath tree events.
ParserHandlers like treeParserHandler provided in implementation package
use this kind of hancler to signal that a tree has been successfuly build
from stream parse.
-
parsedTree(Node)
-
parsedTree
public abstract void parsedTree(Node root) throws OMException
All Packages Class Hierarchy This Package Previous Next Index