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

All Superinterfaces:
IArrayEventNotifier, IEventNotifier, IExtValueEventNotifier, ILockEventNotifier, IRecordEventNotifier
All Known Implementing Classes:
DefaultValueEventNotifier

public interface IValueEventNotifier
extends IArrayEventNotifier, IExtValueEventNotifier, ILockEventNotifier, IRecordEventNotifier

Version:
CVS $Revision: 1.1 $ $Date: 2004/09/05 01:25:16 $
Author:
Robby

Method Summary
 void addValueEventListener(IValueEventListener vel)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.value.event.IArrayEventNotifier
addArrayElementReadListener, addArrayElementWrittenListener, addArrayFieldReadListener, addArrayFieldWrittenListener, notifyArrayElementRead, notifyArrayElementWritten, notifyArrayFieldRead, notifyArrayFieldWritten
 
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.value.event.IExtValueEventNotifier
addExtValueStateChangedListener, addExtValueStateQueriedListener, notifyExtValueStateChanged, notifyExtValueStateChanged, notifyExtValueStateQueried, notifyExtValueStateQueried
 
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.value.event.ILockEventNotifier
addLockLockedListener, addLockNotifiedAllListener, addLockNotifiedListener, addLockUnlockedListener, addLockUnwaitListener, addLockWaitListener, notifyLockLocked, notifyLockNotified, notifyLockNotifiedAll, notifyLockUnlocked, notifyLockUnwait, notifyLockWait
 
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.value.event.IRecordEventNotifier
addRecordFieldReadListener, addRecordFieldWrittenListener, notifyRecordFieldRead, notifyRecordFieldWritten
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventNotifier
enableNotification, enableNotification, getEnabledKeys, removeEnableNotificationKey, removeEnableNotificationKeys
 

Method Detail

addValueEventListener

void addValueEventListener(IValueEventListener vel)