Java Reference
In-Depth Information
SOLUTION 24.6
The intent of the M EMENTO pattern is to provide storage and restoration of an object's state.
Typically, you can add a new memento to a stack with each execution of a command, popping
and reapplying these mementos when a user needs to undo commands.
Search WWH ::




Custom Search