Package net.ontopia.topicmaps.impl.utils
Class BasicIndex.EventHandler<K,V>
java.lang.Object
net.ontopia.topicmaps.impl.utils.BasicIndex.EventHandler<K,V>
- All Implemented Interfaces:
EventListenerIF<K,V>
- Enclosing class:
- BasicIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidabstract voidprocessEvent(K object, String event, V new_value, V old_value) INTERNAL: A method that receives notification when an event has been triggered.protected voidremoveEvent(Object object, String event, Object value)
-
Constructor Details
-
EventHandler
public EventHandler()
-
-
Method Details
-
processEvent
Description copied from interface:EventListenerIFINTERNAL: A method that receives notification when an event has been triggered.- Specified by:
processEventin interfaceEventListenerIF<K,V>
-
addEvent
-
removeEvent
-