com.fullspan.kat.domain
Class KatEntryTreeWalker
java.lang.Object
com.fullspan.kat.domain.KatEntryTreeWalker
- public class KatEntryTreeWalker
- extends java.lang.Object
- Author:
- Mitch Stuart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KatEntryTreeWalker
public KatEntryTreeWalker(KatEntryTree entryTree)
addListener
public void addListener(IKatEntryTreeWalkListener listener)
walk
public void walk()
walkNode
protected void walkNode(KatEntryTreeNode node)
fireBeginTree
protected void fireBeginTree()
fireEndTree
protected void fireEndTree()
fireBeginCat
protected void fireBeginCat(KatCategory cat)
fireEndCat
protected void fireEndCat(KatCategory cat)
fireItem
protected void fireItem(KatItem item)