|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NexusBlockListener
Listens to events from NexusBlockParser objects to create objects. This empty interface needs to be implemented/extended for each block type supported.
| Method Summary | |
|---|---|
void |
beginComment()
Opening a comment tag. |
void |
commentText(String comment)
Receiving free text inside a comment tag. |
void |
endBlock()
Notifies the parser that a block is ending. |
void |
endComment()
Closing a comment tag. |
void |
endTokenGroup()
Closing a line (semi-colon encountered). |
void |
startBlock(String blockName)
Notifies the parser that a new block is starting. |
| Method Detail |
|---|
void startBlock(String blockName)
blockName - the name of the newly started block.void endBlock()
void beginComment()
void endComment()
void endTokenGroup()
void commentText(String comment)
throws ParseException
comment - the text of the comment.
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||