Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 475 Bytes

Memento.md

File metadata and controls

13 lines (8 loc) · 475 Bytes

Memento

Pattern

Provide ability to restore an object to it's previous state.

Recognized by the behavior method which change the whole the state of whole instance.

Example

The editor application store text content and currsor position. Memento pattern provides an undo ability for editor.