public interface StreamNodeListener extends StreamEventListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
getElementNamesvoid nodeCreated(StreamNodeEvent event)
event - the node eventvoid nodeCompleted(StreamNodeEvent event)
event - the node eventCopyright © 2016. All rights reserved.