org.wikimodel.wem.util
Class SectionListener<T>
java.lang.Object
org.wikimodel.wem.util.SectionListener<T>
- All Implemented Interfaces:
- ISectionListener<T>
public class SectionListener<T>
- extends Object
- implements ISectionListener<T>
- Author:
- kotelnikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SectionListener
public SectionListener()
beginDocument
public void beginDocument(ISectionListener.IPos<T> pos)
- Specified by:
beginDocument in interface ISectionListener<T>
- See Also:
ISectionListener.beginDocument(org.wikimodel.wem.util.ISectionListener.IPos)
beginSection
public void beginSection(ISectionListener.IPos<T> pos)
- Specified by:
beginSection in interface ISectionListener<T>
- See Also:
ISectionListener.beginSection(org.wikimodel.wem.util.ISectionListener.IPos)
beginSectionContent
public void beginSectionContent(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionContent in interface ISectionListener<T>
- See Also:
ISectionListener.beginSectionContent(org.wikimodel.wem.util.ISectionListener.IPos)
beginSectionHeader
public void beginSectionHeader(ISectionListener.IPos<T> pos)
- Specified by:
beginSectionHeader in interface ISectionListener<T>
- See Also:
ISectionListener.beginSectionHeader(org.wikimodel.wem.util.ISectionListener.IPos)
endDocument
public void endDocument(ISectionListener.IPos<T> pos)
- Specified by:
endDocument in interface ISectionListener<T>
- See Also:
ISectionListener.endDocument(org.wikimodel.wem.util.ISectionListener.IPos)
endSection
public void endSection(ISectionListener.IPos<T> pos)
- Specified by:
endSection in interface ISectionListener<T>
- See Also:
ISectionListener.endSection(org.wikimodel.wem.util.ISectionListener.IPos)
endSectionContent
public void endSectionContent(ISectionListener.IPos<T> pos)
- Specified by:
endSectionContent in interface ISectionListener<T>
- See Also:
ISectionListener.endSectionContent(org.wikimodel.wem.util.ISectionListener.IPos)
endSectionHeader
public void endSectionHeader(ISectionListener.IPos<T> pos)
- Specified by:
endSectionHeader in interface ISectionListener<T>
- See Also:
ISectionListener.endSectionHeader(org.wikimodel.wem.util.ISectionListener.IPos)
Copyright © 2005-2012. All Rights Reserved.