WorkerStateEvent

scalafx.concurrent.WorkerStateEvent
See theWorkerStateEvent companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val ANY: EventType[WorkerStateEvent]

Common supertype for all worker state event types.

Common supertype for all worker state event types.

Attributes

val WorkerStateCancelled: EventType[WorkerStateEvent]

This event occurs when the state of a Worker implementation has transitioned to the CANCELLED state.

This event occurs when the state of a Worker implementation has transitioned to the CANCELLED state.

Attributes

val WorkerStateFailed: EventType[WorkerStateEvent]

This event occurs when the state of a Worker implementation has transitioned to the FAILED state.

This event occurs when the state of a Worker implementation has transitioned to the FAILED state.

Attributes

val WorkerStateReady: EventType[WorkerStateEvent]

This event occurs when the state of a Worker implementation has transitioned to the READY state.

This event occurs when the state of a Worker implementation has transitioned to the READY state.

Attributes

val WorkerStateRunning: EventType[WorkerStateEvent]

This event occurs when the state of a Worker implementation has transitioned to the RUNNING state.

This event occurs when the state of a Worker implementation has transitioned to the RUNNING state.

Attributes

val WorkerStateScheduled: EventType[WorkerStateEvent]

This event occurs when the state of a Worker implementation has transitioned to the SCHEDULED state.

This event occurs when the state of a Worker implementation has transitioned to the SCHEDULED state.

Attributes

val WorkerStateSucceeded: EventType[WorkerStateEvent]

This event occurs when the state of a Worker implementation has transitioned to the SUCCEEDED state.

This event occurs when the state of a Worker implementation has transitioned to the SUCCEEDED state.

Attributes

Deprecated fields

val WORKER_STATE_CANCELLED: EventType[WorkerStateEvent]

Attributes

Deprecated
true
val WORKER_STATE_FAILED: EventType[WorkerStateEvent]

Attributes

Deprecated
true
val WORKER_STATE_READY: EventType[WorkerStateEvent]

Attributes

Deprecated
true
val WORKER_STATE_RUNNING: EventType[WorkerStateEvent]

Attributes

Deprecated
true
val WORKER_STATE_SCHEDULED: EventType[WorkerStateEvent]

Attributes

Deprecated
true
val WORKER_STATE_SUCCEEDED: EventType[WorkerStateEvent]

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxWorkerStateEvent2jfx(w: WorkerStateEvent): WorkerStateEvent