com.fullspan.kat.domain
Interface IKatEntryTreeWalkListener

All Known Implementing Classes:
KatEntryTreeWalkAdapter, KatNetscapeBookmarkPrinter

public interface IKatEntryTreeWalkListener

Author:
Mitch Stuart

Method Summary
 void onBeginCat(KatCategory cat)
           
 void onBeginTree()
           
 void onEndCat(KatCategory cat)
           
 void onEndTree()
           
 void onItem(KatItem item)
           
 

Method Detail

onBeginTree

public void onBeginTree()

onEndTree

public void onEndTree()

onBeginCat

public void onBeginCat(KatCategory cat)

onEndCat

public void onEndCat(KatCategory cat)

onItem

public void onItem(KatItem item)