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 ChangeOrigin
Model. getCurrentChangeOrigin()
Gets the current change origin for this model.static ChangeOrigin
ChangeOrigin. 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 void
IModelListener. modelChanged(IModel model, ChangeOrigin changeOrigin)
Invoked when the model is changed.void
ModelListener. modelChanged(IModel model, ChangeOrigin changeOrigin)
protected 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 ChangeOrigin Modifier and Type Method Description void
IListListener. listChanged(IList<T> list, ChangeOrigin changeOrigin)
Invoked when the list is changed.protected 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 ChangeOrigin Modifier and Type Method Description void
IMapListener. mapChanged(IMap<K,V> map, ChangeOrigin changeOrigin)
Invoked when the map is changed.protected 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 ChangeOrigin Modifier and Type Method Description protected 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)
-