edu.ksu.cis.projects.bogor.module.state.event
Class DefaultSearchEventNotifier

java.lang.Object
  extended by edu.ksu.cis.projects.bogor.module.event.AbstractEventNotifier
      extended by edu.ksu.cis.projects.bogor.module.state.event.DefaultSearchEventNotifier
All Implemented Interfaces:
IEventNotifier, ISearchEventNotifier

public class DefaultSearchEventNotifier
extends AbstractEventNotifier
implements ISearchEventNotifier

Type description here.

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

Field Summary
protected  ArrayList<IDepthChangedListener> depthChangedListeners
           
 
Fields inherited from class edu.ksu.cis.projects.bogor.module.event.AbstractEventNotifier
notificationEnabledKeys
 
Constructor Summary
DefaultSearchEventNotifier()
           
 
Method Summary
 void addDepthChangedListener(IDepthChangedListener listener)
           
 void notifyCurrentDepthChanged(int oldDepth, int newDepth)
           
 
Methods inherited from class edu.ksu.cis.projects.bogor.module.event.AbstractEventNotifier
enableNotification, enableNotification, getEnabledKeys, removeEnableNotificationKey, removeEnableNotificationKeys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventNotifier
enableNotification, enableNotification, getEnabledKeys, removeEnableNotificationKey, removeEnableNotificationKeys
 

Field Detail

depthChangedListeners

protected ArrayList<IDepthChangedListener> depthChangedListeners
Constructor Detail

DefaultSearchEventNotifier

public DefaultSearchEventNotifier()
Method Detail

addDepthChangedListener

public void addDepthChangedListener(IDepthChangedListener listener)
Specified by:
addDepthChangedListener in interface ISearchEventNotifier
Parameters:
listener -

notifyCurrentDepthChanged

public void notifyCurrentDepthChanged(int oldDepth,
                                      int newDepth)
Specified by:
notifyCurrentDepthChanged in interface ISearchEventNotifier
Parameters:
oldDepth -
newDepth -