Class fever.core.Resources

Implemented Interfaces

LocalisationListener

Description

All resources must extends this basic class.

Method Index

getFullNodePath(), getNodeID(), getTranslation(), onLocalisationUpdate(), toString()

Method Detail

onLocalisationUpdate

public function onLocalisationUpdate(event:LocalisationEvent):Void

Triggered when Localisation language change.

Specified By

onLocalisationUpdate() in fever.app.local.LocalisationListener

getNodeID

public function getNodeID():String

Returns translation node ID.

getFullNodePath

public function getFullNodePath(id:String):String

Returns a full qualified path for passed-in translation node id.

getTranslation

public function getTranslation(id:String):String

Returns translation for passed-in id.

toString

public function toString():String

Returns string representation.