Interface Swift_Events_Event

Implemented bySwift_Events_CommandEvent, Swift_Events_EventObject, Swift_Events_ResponseEvent, Swift_Events_SendEvent, Swift_Events_TransportChangeEvent, Swift_Events_TransportExceptionEvent

The minimum interface for an Event.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
bubbleCancelled() Returns true if this Event will not bubble any further up the stack. Swift_Events_Event
cancelBubble() Prevent this Event from bubbling any further up the stack. Swift_Events_Event
getSource() Get the source object of this event. Swift_Events_Event

Method Details

bubbleCancelled() public abstract method

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

public abstract bool bubbleCancelled ( )
cancelBubble() public abstract method

Prevent this Event from bubbling any further up the stack.

public abstract void cancelBubble ( $cancel true )
$cancel
getSource() public abstract method

Get the source object of this event.

public abstract object getSource ( )