new MediaEvent(typeopt, target)
    Class of events raised when media events occur
    Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| type | String | <optional> | The type of event. | 
| target | antie.widgets.Media | The media widget that fired the event. | 
- Source:
Extends
Methods
isDefaultPrevented()
    Check to see if the default handler has been prevented.
- Inherited From:
- Source:
Returns:
    Boolean true if the default handler has been prevented.
    
        
            
    
    isPropagationStopped()
    Check to see if the propagation of this event has been stopped.
- Inherited From:
- Source:
Returns:
    Boolean true if the event has been stopped, otherwise Boolean false.
    
        
            
    
    preventDefault()
    Prevent any default handler being called for this event.
- Inherited From:
- Source:
stopPropagation()
    Stop propagation of the event through the widget tree.
- Inherited From:
- Source: