edu.ksu.cis.projects.bogor.module.state.event
Interface IDepthChangedListener

All Superinterfaces:
IEventListener
All Known Subinterfaces:
ISearchEventListener, IStateEventListener

public interface IDepthChangedListener
extends IEventListener

Type description here.

Version:
CVS $Revision: 1.1 $ $Date: 2005/02/10 21:47:42 $
Author:
Matt Hoosier

Method Summary
 void currentDepthChanged(int oldDepth, int newDepth)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventListener
getKey
 

Method Detail

currentDepthChanged

void currentDepthChanged(int oldDepth,
                         int newDepth)