Uses of Interface
net.ontopia.topicmaps.core.events.TopicMapListenerIF

Packages that use TopicMapListenerIF
net.ontopia.topicmaps.core.events Provides an event interface to Ontopia where clients can receive notification about updates to topic maps. 
net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps. 
net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. 
 

Uses of TopicMapListenerIF in net.ontopia.topicmaps.core.events
 

Classes in net.ontopia.topicmaps.core.events that implement TopicMapListenerIF
 class AbstractTopicMapListener
          PUBLIC: Base class for topic map listeners.
 

Methods in net.ontopia.topicmaps.core.events with parameters of type TopicMapListenerIF
static void TopicMapEvents.addTopicListener(TopicMapReferenceIF topicmapRef, TopicMapListenerIF listener)
          PUBLIC: Call this method to register a topic listener with a given topic map.
static void TopicMapEvents.removeTopicListener(TopicMapReferenceIF topicmapRef, TopicMapListenerIF listener)
          PUBLIC: Call this method to unregister a topic listener with a given topic map.
 

Uses of TopicMapListenerIF in net.ontopia.topicmaps.entry
 

Fields in net.ontopia.topicmaps.entry declared as TopicMapListenerIF
protected  TopicMapListenerIF[] AbstractTopicMapReference.topic_listeners
           
 

Fields in net.ontopia.topicmaps.entry with type parameters of type TopicMapListenerIF
protected  List<TopicMapListenerIF> AbstractTopicMapReference.listeners
           
 

Methods in net.ontopia.topicmaps.entry that return TopicMapListenerIF
protected  TopicMapListenerIF[] AbstractTopicMapReference.getTopicListeners()
           
 

Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapListenerIF
 void AbstractTopicMapReference.addTopicListener(TopicMapListenerIF listener)
          INTERNAL: Add topic listener to reference.
 void AbstractTopicMapReference.removeTopicListener(TopicMapListenerIF listener)
          INTERNAL: Remove topic listener from reference.
protected  void AbstractURLTopicMapReference.setTopicListeners(TopicMapListenerIF[] topic_listeners)
           
protected  void AbstractTopicMapReference.setTopicListeners(TopicMapListenerIF[] topic_listeners)
           
 

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

Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapListenerIF
 TopicMapListenerIF[] AbstractTopicMapStore.topic_listeners
           
 

Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapListenerIF
 void AbstractTopicMapStore.setTopicListeners(TopicMapListenerIF[] listeners)
           
 



Copyright © 2000-2012 Ontopia.