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 Type
    Method
    Description
    void
    processEvent(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

      void processEvent(K object, String event, V new_value, V old_value)
      INTERNAL: A method that receives notification when an event has been triggered.