Feathers 2.2.0 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IMediaPlayer
Package
feathers.media
Interface
public interface IMediaPlayer extends
IFeathersEventDispatcher
Implementors
BaseMediaPlayer
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):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
Tue Aug 11 2015, 10:59 AM -07:00