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

All Superinterfaces:
IEventNotifier, IGlobalVarEventNotifier, ISearchEventNotifier, IThreadEventNotifier
All Known Implementing Classes:
DefaultStateEventNotifier

public interface IStateEventNotifier
extends IGlobalVarEventNotifier, IThreadEventNotifier, ISearchEventNotifier

Version:
CVS $Revision: 1.2 $ $Date: 2005/02/10 21:47:42 $
Author:
Robby

Method Summary
 void addStateEventNotifier(IStateEventListener sel)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.state.event.IGlobalVarEventNotifier
addGlobalVarReadListener, addGlobalVarWrittenListener, notifyGlobalVarRead, notifyGlobalVarWritten
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventNotifier
enableNotification, enableNotification, getEnabledKeys, removeEnableNotificationKey, removeEnableNotificationKeys
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.state.event.IThreadEventNotifier
addLocalVarReadListener, addLocalVarWrittenListener, addLocationChangedListener, addThreadCreatedListener, addThreadDiedListener, addThreadEnterFunction, addThreadExitFunction, notifyLocalVarRead, notifyLocalVarWritten, notifyLocationChanged, notifyThreadCreated, notifyThreadDied, notifyThreadEnterFunction, notifyThreadExitFunction
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventNotifier
enableNotification, enableNotification, getEnabledKeys, removeEnableNotificationKey, removeEnableNotificationKeys
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.state.event.ISearchEventNotifier
addDepthChangedListener, notifyCurrentDepthChanged
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventNotifier
enableNotification, enableNotification, getEnabledKeys, removeEnableNotificationKey, removeEnableNotificationKeys
 

Method Detail

addStateEventNotifier

void addStateEventNotifier(IStateEventListener sel)