| it.stefanochizzolini.clown.files.UpdateModeEnum
UpdateModeEnum | public enum UpdateModeEnum (Code) | | |
Field Summary | |
Enum Constant | Automatic Automatically update every original indirect object that is requested, indipendently from any actual modification (early registration). | Enum Constant | Manual Delegate the update management of original indirect objects to the client commitment (late registration). |
Automatic | Enum Constant Automatic(Code) | | Automatically update every original indirect object that is requested, indipendently from any actual modification (early registration).
Suitable for compact update.
|
Manual | Enum Constant Manual(Code) | | Delegate the update management of original indirect objects to the client commitment (late registration).
Suitable for incremental update.
|
|
|