org.wikimodel.wem.util
Interface ISectionListener<T>
- Type Parameters:
T - the type of data managed by this listener
- All Known Implementing Classes:
- SectionListener
public interface ISectionListener<T>
- Author:
- kotelnikov
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)
Copyright © 2005-2010. All Rights Reserved.