scalafx.concurrent

WorkerStateEvent

object WorkerStateEvent

Source
WorkerStateEvent.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WorkerStateEvent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ANY: EventType[javafx.concurrent.WorkerStateEvent]

    Common supertype for all worker state event types.

  7. val WorkerStateCancelled: EventType[javafx.concurrent.WorkerStateEvent]

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

  8. val WorkerStateFailed: EventType[javafx.concurrent.WorkerStateEvent]

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

  9. val WorkerStateReady: EventType[javafx.concurrent.WorkerStateEvent]

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

  10. val WorkerStateRunning: EventType[javafx.concurrent.WorkerStateEvent]

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

  11. val WorkerStateScheduled: EventType[javafx.concurrent.WorkerStateEvent]

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

  12. val WorkerStateSucceeded: EventType[javafx.concurrent.WorkerStateEvent]

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

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. implicit def sfxWorkerStateEvent2jfx(w: WorkerStateEvent): javafx.concurrent.WorkerStateEvent

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. val WORKER_STATE_CANCELLED: EventType[javafx.concurrent.WorkerStateEvent]

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use WorkerStateCancelled; WORKER_STATE_CANCELLED will be removed in a future release

  2. val WORKER_STATE_FAILED: EventType[javafx.concurrent.WorkerStateEvent]

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use WorkerStateFailed; WORKER_STATE_FAILED will be removed in a future release

  3. val WORKER_STATE_READY: EventType[javafx.concurrent.WorkerStateEvent]

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use WorkerStateReady; WORKER_STATE_READY will be removed in a future release

  4. val WORKER_STATE_RUNNING: EventType[javafx.concurrent.WorkerStateEvent]

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use WorkerStateRunning; WORKER_STATE_RUNNING will be removed in a future release

  5. val WORKER_STATE_SCHEDULED: EventType[javafx.concurrent.WorkerStateEvent]

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use WorkerStateScheduled; WORKER_STATE_SCHEDULED will be removed in a future release

  6. val WORKER_STATE_SUCCEEDED: EventType[javafx.concurrent.WorkerStateEvent]

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Use WorkerStateSucceeded; WORKER_STATE_SUCCEEDED will be removed in a future release

  7. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped