edu.ksu.cis.projects.bogor.module.event
Class AbstractEventNotifier
java.lang.Object
edu.ksu.cis.projects.bogor.module.event.AbstractEventNotifier
- All Implemented Interfaces:
- IEventNotifier
- Direct Known Subclasses:
- DefaultArrayEventNotifier, DefaultExtValueEventNotifier, DefaultGlobalVarEventNotifier, DefaultLockEventNotifier, DefaultRecordEventNotifier, DefaultSearchEventNotifier, DefaultStateEventNotifier, DefaultThreadEventNotifier, DefaultValueEventNotifier
public class AbstractEventNotifier
- extends Object
- implements IEventNotifier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
notificationEnabledKeys
protected HashSet<Object> notificationEnabledKeys
AbstractEventNotifier
public AbstractEventNotifier()
getEnabledKeys
public Set<Object> getEnabledKeys()
- Specified by:
getEnabledKeys
in interface IEventNotifier
enableNotification
public void enableNotification(Object key)
- Specified by:
enableNotification
in interface IEventNotifier
enableNotification
public void enableNotification(Set<Object> keys)
- Specified by:
enableNotification
in interface IEventNotifier
removeEnableNotificationKey
public void removeEnableNotificationKey(Object key)
- Specified by:
removeEnableNotificationKey
in interface IEventNotifier
removeEnableNotificationKeys
public void removeEnableNotificationKeys(Set<Object> keys)
- Specified by:
removeEnableNotificationKeys
in interface IEventNotifier