Creates a new WebErrorEvent.
Creates a new WebErrorEvent.
the event source which sent the event
the event type
the text message associated with the event; may be null
.
the exception associated with the event; may be null
.
Creates a new ScalaFX WebErrorEvent from its JavaFX equivalent.
Creates a new ScalaFX WebErrorEvent from its JavaFX equivalent.
JavaFX WebErrorEvent. Since it has no default constructor, there is not default value.
Marks this Event as consumed.
Marks this Event as consumed. This stops its further propagation.
Indicates whether this Event has been consumed by any filter or handler.
Indicates whether this Event has been consumed by any filter or handler.
Creates and returns a copy of this event with the specified event source and target.
Creates and returns a copy of this event with the specified event source and target.
JavaFX WebErrorEvent.
JavaFX WebErrorEvent. Since it has no default constructor, there is not default value.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Gets the event type of this event.
Gets the event type of this event.
The exception associated with this event.
The delegate hashcode
The text message associated with this event.
Returns the object on which the Event initially occurred.
Returns the object on which the Event initially occurred.
Returns the event target of this event.
Returns the event target of this event.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps JavaFX WebEvent.
8.0