Event

open class Event(type: String, bubbles: Boolean, data: Any?)

The Event interface is used to provide information.

Constructors

Link copied to clipboard
constructor(type: String, bubbles: Boolean, data: Any?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The currentTarget indicates the IEventDispatchers are currently being evaluated.

Link copied to clipboard
var data: Any?

The data indicates the to provide information.

Link copied to clipboard

The isBubbles indicates whether ot not an event is a bubbling event.

Link copied to clipboard

The target indicates the IEventDispatcher.

Link copied to clipboard
var type: String?

The type represents the event name.

Functions

Link copied to clipboard