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

Packages that use TopicMapListenerIF
net.ontopia.topicmaps.core.events Provides an event interface to the OKS 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. 
 

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
 

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.
 



Copyright © 2000-2009 Ontopia.