IEventDispatcher
public protocol IEventDispatcher : AnyObject
flash.events.IEventDispatcher for Swift
-
Undocumented
Declaration
Swift
func addEventListener(_ type: Event.Name, selector: Selector, observer: AnyObject?, useCapture: Bool) -
Undocumented
Declaration
Swift
func removeEventListener(_ type: Event.Name, selector: Selector, observer: AnyObject?, useCapture: Bool) -
Undocumented
Declaration
Swift
func dispatch(event: Event) -
Undocumented
Declaration
Swift
func dispatch(_ type: Event.Name, bubbles: Bool, data: Any?)
IEventDispatcher Protocol Reference