Uses of Interface
se.conciliate.extensions.store.event.SymbolChangeEvent
Packages that use SymbolChangeEvent
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.
-
Uses of SymbolChangeEvent in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store with parameters of type SymbolChangeEventModifier and TypeMethodDescriptionvoid
MTSymbolStoreAdapter.symbolChanged
(MTSymbol symbol, SymbolChangeEvent event) -
Uses of SymbolChangeEvent in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event with parameters of type SymbolChangeEventModifier and TypeMethodDescriptionvoid
MTSymbolStoreListener.symbolChanged
(MTSymbol symbol, SymbolChangeEvent event) Called when a symbol is changed through the store api.
NOTE: No guarantees are made about wich thread this method is called upon.