dispatchEventWith

abstract fun dispatchEventWith(type: String, bubbles: Boolean, data: Any?)
open fun dispatchEventWith(type: String, bubbles: Boolean)


open fun dispatchEventWith(type: String)

Dispatches the events into the implementations event model.