Packagecom.bourre.media.sound
Classpublic class SoundLoaderLocator
InheritanceSoundLoaderLocator Inheritance AbstractLocator

Player version: Flash Player 9.0
Language version: ActionScript 3.0



Protected Properties
 PropertyDefined by
 Inherited_m : HashMap
Map storing String keys associated with Object values.
AbstractLocator
Public Methods
 MethodDefined by
  
SoundLoaderLocator(access:ConstructorAccess)
SoundLoaderLocator
 Inherited
add(d:Dictionary):void
Adds all ressources contained in the passed-in dictionnary into this locator instance.
AbstractLocator
 Inherited
addEventListener(type:String, listener:Object, ... rest):Boolean
Adds an event listener for the specified event type.
AbstractLocator
  
SoundLoaderLocator
 Inherited
callMethodOnAllValues(methodName:String, ... args):void
Takes all values of a Locator and call on each value the method name passed as 1st argument.
AbstractLocator
  
[static]
SoundLoaderLocator
 Inherited
getKeys():Array
Returns an Array view of the keys contained in this locator.
AbstractLocator
 Inherited
Returns the exclusive logger object owned by this locator.
AbstractLocator
  
SoundLoaderLocator
 Inherited
getType():Class
Return the class type of elements in this container.
AbstractLocator
 Inherited
getValues():Array
Returns an Array view of the values contained in this locator.
AbstractLocator
 Inherited
isRegistered(name:String):Boolean
Returns true is there is a ressource associated with the passed-in key.
AbstractLocator
 Inherited
isTyped():Boolean
Returns true if this container perform a verification of the type of elements.
AbstractLocator
 Inherited
locate(name:String):Object
Returns the ressource associated with the passed-in key.
AbstractLocator
 Inherited
matchType(o:*):Boolean
Verify that the passed-in object type match the current container element's type.
AbstractLocator
 Inherited
processOnAllValues(f:Function, ... args):void
Takes all values of a Locator and pass them one by one as arguments to a method of an object.
AbstractLocator
 Inherited
register(name:String, o:Object):Boolean
Registers passed-in object with identifier name to this locator.
AbstractLocator
  
release():void
[static]
SoundLoaderLocator
 Inherited
removeEventListener(type:String, listener:Object):Boolean
Removes the passed-in listener for listening the specified event.
AbstractLocator
  
SoundLoaderLocator
 Inherited
toString():String
Returns the string representation of this instance.
AbstractLocator
 Inherited
unregister(name:String):Boolean
Unregisters object registered with identifier name.
AbstractLocator
Protected Methods
 MethodDefined by
 Inherited
broadcastEvent(e:Event):void
Broadcast the passed-in event object to listeners according to the event's type.
AbstractLocator
 Inherited
Returns event Broadcaster owned by this locator.
AbstractLocator
  
onRegister(name:String = null, o:Object = null):void
SoundLoaderLocator
  
onUnregister(name:String = null):void
SoundLoaderLocator
Constructor detail
SoundLoaderLocator()constructor
public function SoundLoaderLocator(access:ConstructorAccess)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
access:ConstructorAccess
Method detail
addListener()method
public function addListener(listener:SoundLoaderLocatorListener):Boolean

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
listener:SoundLoaderLocatorListener

Returns
Boolean
getInstance()method 
public static function getInstance():SoundLoaderLocator

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
SoundLoaderLocator
getSoundLoader()method 
public function getSoundLoader(name:String):SoundLoader

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
name:String

Returns
SoundLoader
onRegister()method 
protected override function onRegister(name:String = null, o:Object = null):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
name:String (default = null)
 
o:Object (default = null)
onUnregister()method 
protected override function onUnregister(name:String = null):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
name:String (default = null)
release()method 
public static function release():void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

removeListener()method 
public function removeListener(listener:SoundLoaderLocatorListener):Boolean

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
listener:SoundLoaderLocatorListener

Returns
Boolean