Uses of Package
se.conciliate.extensions.store.event
Packages that use se.conciliate.extensions.store.event
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provide a means to listen to changes in the stores.
-
Classes in se.conciliate.extensions.store.event used by se.conciliate.extensions.storeClassDescriptionListener interface for documents.Listener interface for document types.Listens to changes to the current language.A listener for changes in the model store such as models added, removed or changed.Note that listeners in the MT-api can be invoked on any thread.Listener interface for subscribers.A listener for changes in the symbol store such as symbols added, removed or changed.Listens to events for added/removed/changed variables.An event describing a symbol change.
An event specifies that a symbol has changed in some way.
To listen for symbol change events, register anMTSymbolStoreListener
using the white board pattern. -
Classes in se.conciliate.extensions.store.event used by se.conciliate.extensions.store.eventClassDescriptionEvent sent when a document has been changed.An event describing a model change.A listener for changes in the model store such as models added, removed or changed.An event describing a symbol change.
An event specifies that a symbol has changed in some way.
To listen for symbol change events, register anMTSymbolStoreListener
using the white board pattern.