JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
design.pattern.behavioural
Interface Memento
public interface
Memento
Memento
will be used to snapshot an object's state, and then it can be used to restore the state at later point with the help of
Command
.