Uses of Class
com._1c.g5.aef2.models.ChangeOrigin
-
Packages that use ChangeOrigin Package Description com._1c.g5.aef2.models com._1c.g5.aef2.models.list com._1c.g5.aef2.models.map com._1c.g5.aef2.models.value -
-
Uses of ChangeOrigin in com._1c.g5.aef2.models
Methods in com._1c.g5.aef2.models that return ChangeOrigin Modifier and Type Method Description protected ChangeOriginModel. getCurrentChangeOrigin()Gets the current change origin for this model.static ChangeOriginChangeOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeOrigin[]ChangeOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.aef2.models with parameters of type ChangeOrigin Modifier and Type Method Description voidIModelListener. modelChanged(IModel model, ChangeOrigin changeOrigin)Invoked when the model is changed.voidModelListener. modelChanged(IModel model, ChangeOrigin changeOrigin)protected voidModel. 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 ChangeOrigin Modifier and Type Method Description voidIListListener. listChanged(IList<T> list, ChangeOrigin changeOrigin)Invoked when the list is changed.protected voidListModel. 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 ChangeOrigin Modifier and Type Method Description voidIMapListener. mapChanged(IMap<K,V> map, ChangeOrigin changeOrigin)Invoked when the map is changed.protected voidMapModel. 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 ChangeOrigin Modifier and Type Method Description protected 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)
-