A base Event which all Event classes inherit from.

package Swift
subpackage Events
author Chris Corbyn

 Methods

Create a new EventObject originating at $source.

__construct(object $source) 

Parameters

$source

object

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

 Properties

 

$_bubbleCancelled 
 

$_source