SoundInfoListener

Kind of class:public interface
Package:com.bourre.media.sound
Inherits from:none
Version:1.0
Author:Aigret Axel
Classpath:com.bourre.media.sound.SoundInfoListener
File last modified:Wednesday, 16 April 2008, 11:09:56

Summary


Event handlers

onSoundEnd

public function onSoundEnd (
e:SoundEvent) : void

onSoundLoop

public function onSoundLoop (
e:SoundEvent) : void

onSoundPause

public function onSoundPause (
e:SoundEvent) : void

onSoundPlay

public function onSoundPlay (
e:SoundEvent) : void

onSoundProgress

public function onSoundProgress (
e:SoundEvent) : void

onSoundResume

public function onSoundResume (
e:SoundEvent) : void

onSoundStop

public function onSoundStop (
e:SoundEvent) : void