edu.ksu.cis.projects.bogor.module.value.event
Interface IValueEventProvider

All Superinterfaces:
IEventProvider
All Known Subinterfaces:
IValueFactory
All Known Implementing Classes:
AbstractValueEventProvider, DefaultValueFactory

public interface IValueEventProvider
extends IEventProvider

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

Method Summary
 IValueEventNotifier getNotifier()
          Get the event notifier for the current direction
 IValueEventNotifier 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

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


getNotifier

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