Uses of Interface
net.ontopia.topicmaps.impl.utils.EventListenerIF

Packages that use EventListenerIF
net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation. 
net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. 
 

Uses of EventListenerIF in net.ontopia.topicmaps.impl.basic
 

Classes in net.ontopia.topicmaps.impl.basic that implement EventListenerIF
 class SubjectIdentityCache
          INTERNAL: Class that maintains indexes for use with the TopicMapIF locator lookup methods.
 class TopicEvents
          INTERNAL: Internal event listener class that handles topic events.
 class TopicMap
          INTERNAL: The basic topic map implementation.
 

Methods in net.ontopia.topicmaps.impl.basic with parameters of type EventListenerIF
 void TopicMap.addListener(EventListenerIF listener, String event)
           
 void TopicMap.removeListener(EventListenerIF listener, String event)
           
 

Uses of EventListenerIF in net.ontopia.topicmaps.impl.basic.index
 

Classes in net.ontopia.topicmaps.impl.basic.index that implement EventListenerIF
 class ClassInstanceIndex
          INTERNAL: The basic dynamic class instance index implementation.
 class NameIndex
          INTERNAL: The basic dynamic name index implementation.
 class OccurrenceIndex
          INTERNAL: The basic dynamic locator index implementation.
 class ScopeIndex
          INTERNAL: The basic dynamic scope index implementation.
 class StatisticsIndex
          INTERNAL: The basic implementation of the statistics index.
 

Uses of EventListenerIF in net.ontopia.topicmaps.impl.rdbms
 

Classes in net.ontopia.topicmaps.impl.rdbms that implement EventListenerIF
 class RDBMSTopicMapTransaction
          INTERNAL: The rdbms topic map transaction implementation.
 

Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type EventListenerIF
 void RDBMSTopicMapTransaction.addListener(EventListenerIF listener, String event)
           
 void RDBMSTopicMapTransaction.removeListener(EventListenerIF listener, String event)
           
 

Uses of EventListenerIF in net.ontopia.topicmaps.impl.utils
 

Subinterfaces of EventListenerIF in net.ontopia.topicmaps.impl.utils
static interface AbstractAttachManager.AttachHandlerIF
          INTERNAL: Interface that manages attaching new objects to the object model.
static interface AbstractAttachManager.DetachHandlerIF
          INTERNAL: Interface that manages detaching new objects to the object model.
 interface EventManagerIF
          INTERNAL: An event manager listener interface.
 

Classes in net.ontopia.topicmaps.impl.utils that implement EventListenerIF
 class AbstractSubjectIdentityCache
          INTERNAL: Class that maintains indexes for use with the TopicMapIF locator lookup methods.
protected  class AbstractSubjectIdentityCache.EventHandler
           
 class BasicIndex
          INTERNAL: An abstract dynamic index superclass.
 class BasicIndex.EventHandler
           
 class FulltextIndexManager
          INTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map.
 class ObjectTreeManager
          INTERNAL: Event manager that fires object added and removed events for children of added or removed objects.
protected  class ObjectTreeManager.EventHandler
           
 class TopicModificationManager
          INTERNAL: Event manager that fires TopicIF.modified events.
protected  class TopicModificationManager.EventHandler
           
 

Fields in net.ontopia.topicmaps.impl.utils with type parameters of type EventListenerIF
protected  Map<String,EventListenerIF> BasicIndex.handlers
           
protected  Map<String,Set<EventListenerIF>> TopicModificationManager.listeners
           
protected  Map<String,Set<EventListenerIF>> ObjectTreeManager.listeners
           
 

Methods in net.ontopia.topicmaps.impl.utils with parameters of type EventListenerIF
 void TopicModificationManager.addListener(EventListenerIF listener, String event)
           
 void ObjectTreeManager.addListener(EventListenerIF listener, String event)
           
 void EventManagerIF.addListener(EventListenerIF listener, String event)
          INTERNAL: Register the listener as a listener for the event.
 void TopicModificationManager.removeListener(EventListenerIF listener, String event)
           
 void ObjectTreeManager.removeListener(EventListenerIF listener, String event)
           
 void EventManagerIF.removeListener(EventListenerIF listener, String event)
          INTERNAL: Unregister the listener as a listener for the event.
 



Copyright © 2000-2012 Ontopia.