com.fullspan.kat.domain
Class KatEntryTreeWalkAdapter

java.lang.Object
  extended bycom.fullspan.kat.domain.KatEntryTreeWalkAdapter
All Implemented Interfaces:
IKatEntryTreeWalkListener

public class KatEntryTreeWalkAdapter
extends java.lang.Object
implements IKatEntryTreeWalkListener

Author:
Mitch Stuart

Constructor Summary
KatEntryTreeWalkAdapter()
           
 
Method Summary
 void onBeginCat(KatCategory cat)
           
 void onBeginTree()
           
 void onEndCat(KatCategory cat)
           
 void onEndTree()
           
 void onItem(KatItem item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KatEntryTreeWalkAdapter

public KatEntryTreeWalkAdapter()
Method Detail

onBeginTree

public void onBeginTree()
Specified by:
onBeginTree in interface IKatEntryTreeWalkListener
See Also:
IKatEntryTreeWalkListener.onBeginTree()

onEndTree

public void onEndTree()
Specified by:
onEndTree in interface IKatEntryTreeWalkListener
See Also:
IKatEntryTreeWalkListener.onEndTree()

onBeginCat

public void onBeginCat(KatCategory cat)
Specified by:
onBeginCat in interface IKatEntryTreeWalkListener
See Also:
IKatEntryTreeWalkListener.onBeginCat(com.fullspan.kat.domain.entity.KatCategory)

onEndCat

public void onEndCat(KatCategory cat)
Specified by:
onEndCat in interface IKatEntryTreeWalkListener
See Also:
IKatEntryTreeWalkListener.onEndCat(com.fullspan.kat.domain.entity.KatCategory)

onItem

public void onItem(KatItem item)
Specified by:
onItem in interface IKatEntryTreeWalkListener
See Also:
IKatEntryTreeWalkListener.onItem(com.fullspan.kat.domain.entity.KatItem)