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

All Superinterfaces:
IEventNotifier
All Known Subinterfaces:
IStateEventNotifier
All Known Implementing Classes:
DefaultSearchEventNotifier, DefaultStateEventNotifier

public interface ISearchEventNotifier
extends IEventNotifier

Type description here.

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

Method Summary
 void addDepthChangedListener(IDepthChangedListener listener)
           
 void notifyCurrentDepthChanged(int oldDepth, int newDepth)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventNotifier
enableNotification, enableNotification, getEnabledKeys, removeEnableNotificationKey, removeEnableNotificationKeys
 

Method Detail

addDepthChangedListener

void addDepthChangedListener(IDepthChangedListener listener)

notifyCurrentDepthChanged

void notifyCurrentDepthChanged(int oldDepth,
                               int newDepth)