net.sf.joost.stx
Interface ParserListener

All Known Implementing Classes:
ParserListenerMgr

public interface ParserListener

Callback interface that can be used to receive information about the STX instructions created by a Parser object.

Version:
$Revision: 2.3 $ $Date: 2004/01/23 16:16:46 $
Author:
Oliver Becker

Method Summary
 void nodeCreated(NodeBase node)
          Send a notification that the parser has created an internal representation of an STX instruction
 void parseFinished()
          Send a notification that the parser has finished its parsing.
 

Method Detail

nodeCreated

void nodeCreated(NodeBase node)
Send a notification that the parser has created an internal representation of an STX instruction

Parameters:
node - the instruction

parseFinished

void parseFinished()
Send a notification that the parser has finished its parsing. All nodes reported by nodeCreated(net.sf.joost.instruction.NodeBase) have been fully initialized.