Uses of Interface
net.ontopia.topicmaps.core.events.TopicMapListenerIF
Packages that use TopicMapListenerIF
Package
Description
Provides an event interface to Ontopia where clients can receive
notification about updates to topic maps.
High level interfaces for locating and maintaining references to
topic maps.
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 TopicMapListenerIFModifier and TypeClassDescriptionclassPUBLIC: Base class for topic map listeners.Methods in net.ontopia.topicmaps.core.events with parameters of type TopicMapListenerIFModifier and TypeMethodDescriptionstatic voidTopicMapEvents.addTopicListener(TopicMapReferenceIF topicmapRef, TopicMapListenerIF listener) PUBLIC: Call this method to register a topic listener with a given topic map.static voidTopicMapEvents.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 TopicMapListenerIFModifier and TypeFieldDescriptionprotected TopicMapListenerIF[]AbstractTopicMapReference.topic_listenersFields in net.ontopia.topicmaps.entry with type parameters of type TopicMapListenerIFModifier and TypeFieldDescriptionprotected List<TopicMapListenerIF>AbstractTopicMapReference.listenersMethods in net.ontopia.topicmaps.entry that return TopicMapListenerIFModifier and TypeMethodDescriptionprotected TopicMapListenerIF[]AbstractTopicMapReference.getTopicListeners()Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapListenerIFModifier and TypeMethodDescriptionvoidAbstractTopicMapReference.addTopicListener(TopicMapListenerIF listener) INTERNAL: Add topic listener to reference.voidAbstractTopicMapReference.removeTopicListener(TopicMapListenerIF listener) INTERNAL: Remove topic listener from reference.protected voidAbstractTopicMapReference.setTopicListeners(TopicMapListenerIF[] topic_listeners) protected voidAbstractURLTopicMapReference.setTopicListeners(TopicMapListenerIF[] topic_listeners) -
Uses of TopicMapListenerIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapListenerIFMethods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapListenerIFModifier and TypeMethodDescriptionvoidAbstractTopicMapStore.setTopicListeners(TopicMapListenerIF[] listeners)