|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventManagerIF | |
---|---|
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 | |
---|---|
class |
TopicMap
INTERNAL: The basic topic map implementation. |
Methods in net.ontopia.topicmaps.impl.basic that return EventManagerIF | |
---|---|
EventManagerIF |
InMemoryTopicMapStore.getEventManager()
|
Uses of EventManagerIF in net.ontopia.topicmaps.impl.basic.index |
---|
Constructors in net.ontopia.topicmaps.impl.basic.index with parameters of type EventManagerIF | |
---|---|
IndexManager(TopicMapTransactionIF transaction,
CollectionFactoryIF cfactory,
EventManagerIF emanager,
ObjectTreeManager otree)
|
Uses of EventManagerIF in net.ontopia.topicmaps.impl.rdbms |
---|
Classes in net.ontopia.topicmaps.impl.rdbms that implement EventManagerIF | |
---|---|
class |
RDBMSTopicMapTransaction
INTERNAL: The rdbms topic map transaction implementation. |
Methods in net.ontopia.topicmaps.impl.rdbms that return EventManagerIF | |
---|---|
EventManagerIF |
RDBMSTopicMapStore.getEventManager()
|
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type EventManagerIF | |
---|---|
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 | |
---|---|
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 | |
---|---|
abstract EventManagerIF |
AbstractTopicMapStore.getEventManager()
|
Methods in net.ontopia.topicmaps.impl.utils with parameters of type EventManagerIF | |
---|---|
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 | |
---|---|
ObjectTreeManager(EventManagerIF emanager,
CollectionFactoryIF cfactory)
|
|
TopicModificationManager(EventManagerIF emanager,
CollectionFactoryIF cfactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |