Package net.ontopia.topicmaps.impl.utils
Interface EventListenerIF<K,V>
- All Known Subinterfaces:
EventManagerIF
- All Known Implementing Classes:
AbstractSubjectIdentityCache,AbstractSubjectIdentityCache.EventHandler,BasicIndex,BasicIndex.EventHandler,ClassInstanceIndex,FulltextIndexManager,IdentifierIndex,NameIndex,ObjectTreeManager,ObjectTreeManager.EventHandler,OccurrenceIndex,RDBMSTopicMapTransaction,ScopeIndex,StatisticsIndex,SubjectIdentityCache,SubjectIdentityCache,TopicEvents,TopicEvents,TopicMap,TopicModificationManager,TopicModificationManager.EventHandler
public interface EventListenerIF<K,V>
INTERNAL: An event listener interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessEvent(K object, String event, V new_value, V old_value) INTERNAL: A method that receives notification when an event has been triggered.
-
Method Details
-
processEvent
INTERNAL: A method that receives notification when an event has been triggered.
-