org.scaloid.util

StopOnCall

Related Doc: package util

trait StopOnCall extends PauseOnCall

Pause the running during the incoming call.

Linear Supertypes
PauseOnCall, Playable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StopOnCall
  2. PauseOnCall
  3. Playable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def ctx: Context

    Definition Classes
    PauseOnCall
  2. implicit abstract def reg: Registerable

    Definition Classes
    PauseOnCall

Concrete Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. var _running: Boolean

    Attributes
    protected
    Definition Classes
    Playable
  5. var _startTime: Long

    Attributes
    protected
    Definition Classes
    Playable
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. def paused: Boolean

    Attributes
    protected
    Definition Classes
    StopOnCallPauseOnCall
  18. def running: Boolean

    Definition Classes
    Playable
  19. def start(): Unit

    Definition Classes
    Playable
  20. def startTime: Long

    Definition Classes
    Playable
  21. def stop(): Unit

    Definition Classes
    Playable
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def timeElapsed: Long

    Definition Classes
    Playable
  24. def toString(): String

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )

Inherited from PauseOnCall

Inherited from Playable

Inherited from AnyRef

Inherited from Any

Ungrouped