Object/Class

scalafx.concurrent

WorkerStateEvent

Related Docs: class WorkerStateEvent | package concurrent

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ANY: EventType[javafx.concurrent.WorkerStateEvent]

    Permalink

    Common supertype for all worker state event types.

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. implicit def sfxWorkerStateEvent2jfx(w: WorkerStateEvent): javafx.concurrent.WorkerStateEvent

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

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped