final class ProgressEvent extends AbstractEntry with Serializable

used by super shell

Linear Supertypes
AbstractEntry, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProgressEvent
  2. AbstractEntry
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val channelName: Option[String]
    Definition Classes
    AbstractEntry
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val command: Option[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(o: Any): Boolean
    Definition Classes
    ProgressEventAbstractEntry → AnyRef → Any
  10. val execId: Option[String]
    Definition Classes
    AbstractEntry
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    ProgressEventAbstractEntry → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val items: Vector[ProgressItem]
  16. val lastTaskCount: Option[Int]
  17. val level: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val skipIfActive: Option[Boolean]
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    ProgressEventAbstractEntry → AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. def withChannelName(channelName: String): ProgressEvent
  28. def withChannelName(channelName: Option[String]): ProgressEvent
  29. def withCommand(command: String): ProgressEvent
  30. def withCommand(command: Option[String]): ProgressEvent
  31. def withExecId(execId: String): ProgressEvent
  32. def withExecId(execId: Option[String]): ProgressEvent
  33. def withItems(items: Vector[ProgressItem]): ProgressEvent
  34. def withLastTaskCount(lastTaskCount: Int): ProgressEvent
  35. def withLastTaskCount(lastTaskCount: Option[Int]): ProgressEvent
  36. def withLevel(level: String): ProgressEvent
  37. def withSkipIfActive(skipIfActive: Boolean): ProgressEvent
  38. def withSkipIfActive(skipIfActive: Option[Boolean]): ProgressEvent

Inherited from AbstractEntry

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped