Trait DOMEventListener
Source pub unsafe trait DOMEventListener: NSObjectProtocol {
// Provided method
unsafe fn handleEvent(&self, event: Option<&DOMEvent>)
where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature DOMEventListener
only.
Expand description
👎Deprecated
Available on crate features DOMEvent
and DOMObject
and WebScriptObject
only.
§Safety
event
might not allow None
.
The name of the Objective-C protocol that this type represents.
Read more
Get a reference to the Objective-C protocol object that this type
represents.
Read more