Uses of Interface
net.ontopia.topicmaps.impl.utils.EventManagerIF
-
Packages that use EventManagerIF Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.utils 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 EventManagerIF Modifier and Type Class Description class
TopicMap
INTERNAL: The basic topic map implementation.Methods in net.ontopia.topicmaps.impl.basic that return EventManagerIF Modifier and Type Method Description EventManagerIF
InMemoryTopicMapStore. getEventManager()
Methods in net.ontopia.topicmaps.impl.basic with parameters of type EventManagerIF Modifier and Type Method Description protected void
TopicEvents. 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 EventManagerIF Constructor Description IndexManager(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 EventManagerIF Modifier and Type Class Description class
RDBMSTopicMapTransaction
INTERNAL: The rdbms topic map transaction implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return EventManagerIF Modifier and Type Method Description EventManagerIF
RDBMSTopicMapStore. getEventManager()
Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type EventManagerIF Modifier and Type Method Description protected void
TopicEvents. registerListeners(EventManagerIF emanager)
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type EventManagerIF Constructor Description RoleTypeAssocTypeCache(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 EventManagerIF Modifier and Type Class Description class
ObjectTreeManager
INTERNAL: Event manager that fires object added and removed events for children of added or removed objects.class
TopicModificationManager
INTERNAL: Event manager that fires TopicIF.modified events.Methods in net.ontopia.topicmaps.impl.utils that return EventManagerIF Modifier and Type Method Description abstract EventManagerIF
AbstractTopicMapStore. getEventManager()
Methods in net.ontopia.topicmaps.impl.utils with parameters of type EventManagerIF Modifier and Type Method Description void
AbstractSubjectIdentityCache. 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 EventManagerIF Constructor Description ObjectTreeManager(EventManagerIF emanager, CollectionFactoryIF cfactory)
TopicModificationManager(EventManagerIF emanager, CollectionFactoryIF cfactory)
-