Uses of Interface
net.ontopia.topicmaps.impl.utils.EventListenerIF
Packages that use EventListenerIF
Package
Description
The in-memory implementation of the core topic map interfaces.
Index classes for use with the basic implementation.
Relational database implementation of the core topic map
interfaces.
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 EventListenerIFModifier and TypeClassDescriptionclassINTERNAL: Class that maintains indexes for use with the TopicMapIF locator lookup methods.classINTERNAL: Internal event listener class that handles topic events.classINTERNAL: The basic topic map implementation.Methods in net.ontopia.topicmaps.impl.basic with parameters of type EventListenerIFModifier and TypeMethodDescriptionvoidTopicMap.addListener(EventListenerIF listener, String event) voidTopicMap.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 EventListenerIFModifier and TypeClassDescriptionclassINTERNAL: The basic dynamic class instance index implementation.classclassINTERNAL: The basic dynamic name index implementation.classINTERNAL: The basic dynamic locator index implementation.classINTERNAL: The basic dynamic scope index implementation.classINTERNAL: 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 EventListenerIFModifier and TypeClassDescriptionclassINTERNAL: The rdbms topic map transaction implementation.classINTERNAL:classINTERNAL: Internal event listener class that handles topic events.Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type EventListenerIFModifier and TypeMethodDescriptionvoidRDBMSTopicMapTransaction.addListener(EventListenerIF listener, String event) voidRDBMSTopicMapTransaction.removeListener(EventListenerIF listener, String event) -
Uses of EventListenerIF in net.ontopia.topicmaps.impl.utils
Subinterfaces of EventListenerIF in net.ontopia.topicmaps.impl.utilsModifier and TypeInterfaceDescriptioninterfaceINTERNAL: An event manager listener interface.Classes in net.ontopia.topicmaps.impl.utils that implement EventListenerIFModifier and TypeClassDescriptionclassINTERNAL: Class that maintains indexes for use with the TopicMapIF locator lookup methods.protected classclassINTERNAL: An abstract dynamic index superclass.classclassINTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map.classINTERNAL: Event manager that fires object added and removed events for children of added or removed objects.protected classclassINTERNAL: Event manager that fires TopicIF.modified events.protected classFields in net.ontopia.topicmaps.impl.utils with type parameters of type EventListenerIFModifier and TypeFieldDescriptionprotected Map<String,EventListenerIF> BasicIndex.handlersprotected Map<String,Set<EventListenerIF>> ObjectTreeManager.listenersprotected Map<String,Set<EventListenerIF>> TopicModificationManager.listenersMethods in net.ontopia.topicmaps.impl.utils with parameters of type EventListenerIFModifier and TypeMethodDescriptionvoidEventManagerIF.addListener(EventListenerIF listener, String event) INTERNAL: Register the listener as a listener for the event.voidObjectTreeManager.addListener(EventListenerIF listener, String event) voidTopicModificationManager.addListener(EventListenerIF listener, String event) voidEventManagerIF.removeListener(EventListenerIF listener, String event) INTERNAL: Unregister the listener as a listener for the event.voidObjectTreeManager.removeListener(EventListenerIF listener, String event) voidTopicModificationManager.removeListener(EventListenerIF listener, String event)