edu.ksu.cis.projects.bogor.module.event
Interface IEventNotifier
- All Known Subinterfaces:
- IArrayEventNotifier, IExtValueEventNotifier, IGlobalVarEventNotifier, ILockEventNotifier, IRecordEventNotifier, ISearchEventNotifier, IStateEventNotifier, IThreadEventNotifier, IValueEventNotifier
- All Known Implementing Classes:
- AbstractEventNotifier, DefaultArrayEventNotifier, DefaultExtValueEventNotifier, DefaultGlobalVarEventNotifier, DefaultLockEventNotifier, DefaultRecordEventNotifier, DefaultSearchEventNotifier, DefaultStateEventNotifier, DefaultThreadEventNotifier, DefaultValueEventNotifier
public interface IEventNotifier
- Version:
- CVS $Revision: 1.3 $ $Date: 2004/12/18 22:36:34 $
- Author:
- Robby
getEnabledKeys
Set<Object> getEnabledKeys()
enableNotification
void enableNotification(Object key)
enableNotification
void enableNotification(Set<Object> keys)
removeEnableNotificationKey
void removeEnableNotificationKey(Object key)
removeEnableNotificationKeys
void removeEnableNotificationKeys(Set<Object> keys)