The memento pattern provides the ability to restore an object to its previous state (undo by rollback).
There's a good overview at Wikipedia
.
Labels:
None
The memento pattern provides the ability to restore an object to its previous state (undo by rollback).
There's a good overview at Wikipedia
.