org.icepdf.core
Interface Memento

All Known Implementing Classes:
AnnotationState

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
 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.