Uses of Enum Class
com._1c.g5.aef2.models.ChangeOrigin
Packages that use ChangeOrigin
Package
Description
-
Uses of ChangeOrigin in com._1c.g5.aef2.models
Methods in com._1c.g5.aef2.models that return ChangeOriginModifier and TypeMethodDescriptionprotected final ChangeOrigin
Model.getCurrentChangeOrigin()
Gets the current change origin for this model.static ChangeOrigin
Returns the enum constant of this class with the specified name.static ChangeOrigin[]
ChangeOrigin.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.aef2.models with parameters of type ChangeOriginModifier and TypeMethodDescriptionvoid
IModelListener.modelChanged
(IModel model, ChangeOrigin changeOrigin) Invoked when the model is changed.void
ModelListener.modelChanged
(IModel model, ChangeOrigin changeOrigin) protected final void
Model.notifyModelChanged
(ChangeOrigin changeOrigin) Notifies the model listeners about the model changes. -
Uses of ChangeOrigin in com._1c.g5.aef2.models.list
Methods in com._1c.g5.aef2.models.list with parameters of type ChangeOriginModifier and TypeMethodDescriptionvoid
IListListener.listChanged
(IList<T> list, ChangeOrigin changeOrigin) Invoked when the list is changed.protected final void
ListModel.notifyListChanged
(ChangeOrigin changeOrigin) Notifies the listeners about a change of this list. -
Uses of ChangeOrigin in com._1c.g5.aef2.models.map
Methods in com._1c.g5.aef2.models.map with parameters of type ChangeOriginModifier and TypeMethodDescriptionvoid
IMapListener.mapChanged
(IMap<K, V> map, ChangeOrigin changeOrigin) Invoked when the map is changed.protected final void
MapModel.notifyMapChanged
(ChangeOrigin changeOrigin) Notifies the listeners about a change of this map. -
Uses of ChangeOrigin in com._1c.g5.aef2.models.value
Methods in com._1c.g5.aef2.models.value with parameters of type ChangeOriginModifier and TypeMethodDescriptionprotected final void
Value.notifyValueChanged
(ChangeOrigin changeOrigin) Notifies the listeners about a change of this value.void
IValueListener.valueChanged
(IValue<T> value, ChangeOrigin changeOrigin) Invoked when the value is changed.void
ValueListener.valueChanged
(IValue<T> value, ChangeOrigin changeOrigin)