The minimum interface for an Event.

package Swift
subpackage Events
author Chris Corbyn

 Methods

Returns true if this Event will not bubble any further up the stack.

bubbleCancelled() : boolean

Returns

boolean

Prevent this Event from bubbling any further up the stack.

cancelBubble($cancel) 

Parameters

$cancel

Get the source object of this event.

getSource() : object

Returns

object