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 interfaceISectionListener.IPos<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeginDocument(ISectionListener.IPos<T> pos)voidbeginSection(ISectionListener.IPos<T> pos)voidbeginSectionContent(ISectionListener.IPos<T> pos)voidbeginSectionHeader(ISectionListener.IPos<T> pos)voidendDocument(ISectionListener.IPos<T> pos)voidendSection(ISectionListener.IPos<T> pos)voidendSectionContent(ISectionListener.IPos<T> pos)voidendSectionHeader(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)
-
-