Memento Pattern

Overview

Without violating encapsulation, capture and externalize an object's internal state so that the object can be restored to this state later.

Participants

Memento

Originator

Caretaker (optional)

Parameters

Create Pattern Links

Applicability

Use the Memento pattern when