Interface fever.app.memento.Originator

Description

Defines rules to control states object into Memento Pattern.

If you want to restore / save instance state, your instance must implements this interface.

See Also

Method Index

createMemento(), setMemento()

Method Detail

createMemento

public function createMemento():Memento

Save instance state.

setMemento

public function setMemento(m:Memento):Void

Restore instance state.