| Interface | Description |
|---|---|
| Dirtyable |
Classes implementing this interface can have the changes made on member decorated with the
IsDirtyable annotation tracked by an instance of ChangeWatcher. |
| Class | Description |
|---|---|
| ChangeWatcher |
A class that embeds the logic required to discover and track modification on object implementing
Dirtyable |
| Annotation Type | Description |
|---|---|
| IsDirtyable |
An annotation that indicated members of classes implementing
Dirtyable are tracked for changes. |
Copyright © 2018 Frederic Thevenet. All rights reserved.