Interface ISectionListener<T>
-
- Type Parameters:
T
- the type of data managed by this listener
- All Known Implementing Classes:
SectionListener
public interface ISectionListener<T>
- Since:
- 4.0M1
- Version:
- $Id: a7bc5e20489c89f7389235c83ac53ef93b6cc6bb $
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ISectionListener.IPos<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginDocument(ISectionListener.IPos<T> pos)
void
beginSection(ISectionListener.IPos<T> pos)
void
beginSectionContent(ISectionListener.IPos<T> pos)
void
beginSectionHeader(ISectionListener.IPos<T> pos)
void
endDocument(ISectionListener.IPos<T> pos)
void
endSection(ISectionListener.IPos<T> pos)
void
endSectionContent(ISectionListener.IPos<T> pos)
void
endSectionHeader(ISectionListener.IPos<T> pos)
-
-
-
Method Detail
-
beginDocument
void beginDocument(ISectionListener.IPos<T> pos)
-
beginSection
void beginSection(ISectionListener.IPos<T> pos)
-
beginSectionContent
void beginSectionContent(ISectionListener.IPos<T> pos)
-
beginSectionHeader
void beginSectionHeader(ISectionListener.IPos<T> pos)
-
endDocument
void endDocument(ISectionListener.IPos<T> pos)
-
endSection
void endSection(ISectionListener.IPos<T> pos)
-
endSectionContent
void endSectionContent(ISectionListener.IPos<T> pos)
-
endSectionHeader
void endSectionHeader(ISectionListener.IPos<T> pos)
-
-