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

All Superinterfaces:
IEventProvider
All Known Subinterfaces:
IStateFactory
All Known Implementing Classes:
AbstractStateEventProvider, DefaultStateFactory

public interface IStateEventProvider
extends IEventProvider

Version:
CVS $Revision: 1.2 $ $Date: 2005/02/10 03:22:32 $
Author:
Robby

Method Summary
 IStateEventNotifier getNotifier()
          Get the event notifier for the current direction
 IStateEventNotifier getNotifier(boolean forward)
          Get the event notifier for the explicitly requested direction
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventProvider
backward, forward, getState, getThreadId, isBackward, isForward, removeContext, setContext
 

Method Detail

getNotifier

IStateEventNotifier getNotifier()
Get the event notifier for the current direction


getNotifier

IStateEventNotifier getNotifier(boolean forward)
Get the event notifier for the explicitly requested direction