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

Method Summary
 void enableNotification(Object key)
           
 void enableNotification(Set<Object> keys)
           
 Set<Object> getEnabledKeys()
           
 void removeEnableNotificationKey(Object key)
           
 void removeEnableNotificationKeys(Set<Object> keys)
           
 

Method Detail

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)