|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeadingListener
Provides a listener interface for headings. This is used in parsing, and e.g. the TableOfContents is built using this listener.
Method Summary | |
---|---|
void |
headingAdded(WikiContext context,
Heading hd)
Is called whenever a heading is encountered in the stream. |
Method Detail |
---|
void headingAdded(WikiContext context, Heading hd)
context
- The WikiContexthd
- The heading which was just encountered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |