Defines rules to control states object into Memento Pattern.
If you want to restore / save instance state, your instance must implements this interface.
public function createMemento():Memento
Save instance state.
public function setMemento(m:Memento):Void
Restore instance state.