Uses of Enum Class
com._1c.g5.aef2.models.ChangeOrigin
Packages that use ChangeOrigin
Package
Description
- 
Uses of ChangeOrigin in com._1c.g5.aef2.modelsMethods in com._1c.g5.aef2.models that return ChangeOriginModifier and TypeMethodDescriptionprotected final ChangeOriginModel.getCurrentChangeOrigin()Gets the current change origin for this model.static ChangeOriginReturns 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 TypeMethodDescriptionvoidIModelListener.modelChanged(IModel model, ChangeOrigin changeOrigin) Invoked when the model is changed.voidModelListener.modelChanged(IModel model, ChangeOrigin changeOrigin) protected final voidModel.notifyModelChanged(ChangeOrigin changeOrigin) Notifies the model listeners about the model changes.
- 
Uses of ChangeOrigin in com._1c.g5.aef2.models.listMethods in com._1c.g5.aef2.models.list with parameters of type ChangeOriginModifier and TypeMethodDescriptionvoidIListListener.listChanged(IList<T> list, ChangeOrigin changeOrigin) Invoked when the list is changed.protected final voidListModel.notifyListChanged(ChangeOrigin changeOrigin) Notifies the listeners about a change of this list.
- 
Uses of ChangeOrigin in com._1c.g5.aef2.models.mapMethods in com._1c.g5.aef2.models.map with parameters of type ChangeOriginModifier and TypeMethodDescriptionvoidIMapListener.mapChanged(IMap<K, V> map, ChangeOrigin changeOrigin) Invoked when the map is changed.protected final voidMapModel.notifyMapChanged(ChangeOrigin changeOrigin) Notifies the listeners about a change of this map.
- 
Uses of ChangeOrigin in com._1c.g5.aef2.models.valueMethods in com._1c.g5.aef2.models.value with parameters of type ChangeOriginModifier and TypeMethodDescriptionprotected final voidValue.notifyValueChanged(ChangeOrigin changeOrigin) Notifies the listeners about a change of this value.voidIValueListener.valueChanged(IValue<T> value, ChangeOrigin changeOrigin) Invoked when the value is changed.voidValueListener.valueChanged(IValue<T> value, ChangeOrigin changeOrigin)