Starling and Feathers Extensions AS3 Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IMediaPlayer
Package
feathers.media
Interface
public interface IMediaPlayer extends
IFeathersEventDispatcher
Implementors
BaseMediaPlayer
Product Version :
Feathers 2.2.0
A base interface for all types of media players.
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
addEventListener
(type:String, listener:Function):void
Adds a listener for an event type.
IFeathersEventDispatcher
dispatchEvent
(event:
Event
):void
Dispatches an event to all listeners added for the specified event type.
IFeathersEventDispatcher
dispatchEventWith
(type:String, bubbles:Boolean = false, data:Object = null):void
Dispatches an event from the pool with the specified to all listeners for the specified event type.
IFeathersEventDispatcher
hasEventListener
(type:String, listener:Function = null):Boolean
Checks if a listener has been added for the specified event type.
IFeathersEventDispatcher
removeEventListener
(type:String, listener:Function):void
Removes a listener for an event type.
IFeathersEventDispatcher
removeEventListeners
(type:String = null):void
Removes all listeners for an event type.
IFeathersEventDispatcher
Dimanche Mars 3 2019, 06:15 PM +01:00