Class fever.data.libs.SoundFactoryLocator

Description

Sound factory repository.

AppSoundFactory instances manager.

Method Index

getSoundFactory(), isRegistered(), register(), unregister()

Method Detail

isRegistered

static public function isRegistered(name:String):Boolean

Returns true if passed-in name AppSoundFactory is registred in repository.

register

static public function register(name:String, sf:AppSoundFactory):AppSoundFactory

Registers passed-in sf with passed-in name lib in repository.

unregister

static public function unregister(name:String):Void

Unregisters AppSoundFactory registred with passed-in name id.

getSoundFactory

static public function getSoundFactory(name:String):AppSoundFactory

Returns AppSoundFactory registred with passed-in name id.