Class com.boostworthy.example.WindowContent

Description

The 'WindowContent' class is attached to the 'WindowContent' library asset in 'example.fla'.

Method Index

getMomento(), init(), setMomento()

Method Detail

init

public function init():Void

getMomento

public function getMomento():WindowContentMomento

Records this object's state into the momento object, then returns it.

Return

A momento object that contains information about this object's current state.

setMomento

public function setMomento(objMomento:WindowContentMomento):Void

Applies data from the supplied momento object to this object, thus resuming a previous state.

Parameters

objMomentoA momento object that contains information about a previous state that this object was in.