Uses of Interface
net.ontopia.topicmaps.impl.utils.EventManagerIF
Packages that use EventManagerIF
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 EventManagerIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement EventManagerIFMethods in net.ontopia.topicmaps.impl.basic that return EventManagerIFMethods in net.ontopia.topicmaps.impl.basic with parameters of type EventManagerIFModifier and TypeMethodDescriptionprotected voidTopicEvents.registerListeners(EventManagerIF emanager) -
Uses of EventManagerIF in net.ontopia.topicmaps.impl.basic.index
Constructors in net.ontopia.topicmaps.impl.basic.index with parameters of type EventManagerIFModifierConstructorDescriptionIndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory, EventManagerIF emanager, ObjectTreeManager otree, SubjectIdentityCache sicache) -
Uses of EventManagerIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement EventManagerIFModifier and TypeClassDescriptionclassINTERNAL: The rdbms topic map transaction implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return EventManagerIFMethods in net.ontopia.topicmaps.impl.rdbms with parameters of type EventManagerIFModifier and TypeMethodDescriptionprotected voidTopicEvents.registerListeners(EventManagerIF emanager) Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type EventManagerIFModifierConstructorDescriptionRoleTypeAssocTypeCache(TopicMapTransactionIF txn, EventManagerIF emanager, EventManagerIF otree) RoleTypeCache(TopicMapTransactionIF txn, EventManagerIF emanager, EventManagerIF otree) -
Uses of EventManagerIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement EventManagerIFModifier and TypeClassDescriptionclassINTERNAL: Event manager that fires object added and removed events for children of added or removed objects.classINTERNAL: Event manager that fires TopicIF.modified events.Methods in net.ontopia.topicmaps.impl.utils that return EventManagerIFModifier and TypeMethodDescriptionabstract EventManagerIFAbstractTopicMapStore.getEventManager()Methods in net.ontopia.topicmaps.impl.utils with parameters of type EventManagerIFModifier and TypeMethodDescriptionvoidAbstractSubjectIdentityCache.registerListeners(EventManagerIF emanager, EventManagerIF otree) INTERNAL: Registers the subject identity cache listeners with the default event manager and the object tree event managers.Constructors in net.ontopia.topicmaps.impl.utils with parameters of type EventManagerIFModifierConstructorDescriptionObjectTreeManager(EventManagerIF emanager, CollectionFactoryIF cfactory) TopicModificationManager(EventManagerIF emanager, CollectionFactoryIF cfactory)