|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TreeHandler
Receive notifications about a stream of trees.
| Method Summary | |
|---|---|
void |
exit()
Receives notification about the end of the stream. |
void |
init()
Receives notification about the beginning of the stream. |
void |
next(Tree tree)
Receives notification about the next tree in the stream. |
| Method Detail |
|---|
void init()
void next(Tree tree)
tree - the next tree in the streamvoid exit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||