JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.icepdf.core
Interface Memento
public interface
Memento
Creates a memento containing a snapshot of the internal state. The state can be retreived when the restore method is called. This interface should be used by any object that plans to use the Caretaker implementation in the RI.
Since:
4.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
restore
()
Restore the state that was caputred when an instance of this object was created.
Method Detail
restore
void restore()
Restore the state that was caputred when an instance of this object was created.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method