org.modeldriven.fuml.xmi.stream
Interface StreamNodeListener

All Superinterfaces:
EventListener, StreamEventListener
All Known Implementing Classes:
BasicElementReader, IncrementalElementReader

public interface StreamNodeListener
extends StreamEventListener

An event dispatch interface used to notify interested clients of stream node allocation related events occurring during processing of an XML stream.

Author:
Scott Cinnamond

Method Summary
 void nodeCompleted(StreamNodeEvent event)
          A listener operation called when a node of interest has been encounterd within the stream and allocated in memory.
 void nodeCreated(StreamNodeEvent event)
          A listener operation called when a node of interest and all "child" nodes have been completely allocated.
 
Methods inherited from interface org.modeldriven.fuml.xmi.stream.StreamEventListener
getElementNames
 

Method Detail

nodeCreated

void nodeCreated(StreamNodeEvent event)
A listener operation called when a node of interest and all "child" nodes have been completely allocated.

Parameters:
event - the node event

nodeCompleted

void nodeCompleted(StreamNodeEvent event)
A listener operation called when a node of interest has been encounterd within the stream and allocated in memory.

Parameters:
event - the node event


Copyright © 2012. All Rights Reserved.