WebErrorEvent

final class WebErrorEvent(val delegate: WebErrorEvent) extends Event with SFXDelegate[WebErrorEvent]
Value Params
delegate

JavaFX WebErrorEvent. Since it has no default constructor, there is not default value.

Constructor

Creates a new ScalaFX WebErrorEvent from its JavaFX equivalent.

Since

8.0

Companion
object
class Event
trait SFXDelegate[WebErrorEvent]
class Object
trait Matchable
class Any

Value members

Constructors

def this(source: AnyRef, eventType: EventType[WebErrorEvent], message: String, exception: Throwable)

Creates a new WebErrorEvent.

Creates a new WebErrorEvent.

Value Params
eventType

the event type

exception

the exception associated with the event; may be null.

message

the text message associated with the event; may be null.

source

the event source which sent the event

Concrete methods

def exception: Throwable

The exception associated with this event.

The exception associated with this event.

def message: String

The text message associated with this event.

The text message associated with this event.

Inherited methods

def consume(): Unit

Marks this Event as consumed. This stops its further propagation.

Marks this Event as consumed. This stops its further propagation.

Inherited from
Event
def consumed: Boolean

Indicates whether this Event has been consumed by any filter or handler.

Indicates whether this Event has been consumed by any filter or handler.

Inherited from
Event
def copyFor(newSource: AnyRef, newTarget: EventTarget): Event

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.

Inherited from
Event
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
def eventType: EventType[_ <: Event]

Gets the event type of this event.

Gets the event type of this event.

Inherited from
Event
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
def source: Object

Returns the object on which the Event initially occurred.

Returns the object on which the Event initially occurred.

Inherited from
Event
def target: EventTarget

Returns the event target of this event.

Returns the event target of this event.

Inherited from
Event
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: WebErrorEvent