|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamNodeListener
An event dispatch interface used to notify interested clients of stream node allocation related events occurring during processing of an XML stream.
| 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 |
|---|
void nodeCreated(StreamNodeEvent event)
event - the node eventvoid nodeCompleted(StreamNodeEvent event)
event - the node event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||