Packages

trait EventEmitter extends Object with StObject

Annotations
@JSType() @native()
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventEmitter
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def addListener(event: Symbol, listener: Function1[Any, Unit]): EventEmitter.this.type
  5. def addListener(event: String, listener: Function1[Any, Unit]): EventEmitter.this.type
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def emit(event: Symbol, args: Any*): Boolean
  9. def emit(event: String, args: Any*): Boolean
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def eventNames(): Array[|[String, Symbol]]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getMaxListeners(): Double
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  19. def listenerCount(event: Symbol): Double
  20. def listenerCount(event: String): Double
  21. def listeners(event: Symbol): Array[Function]
  22. def listeners(event: String): Array[Function]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def off(event: Symbol, listener: Function1[Any, Unit]): EventEmitter.this.type
  27. def off(event: String, listener: Function1[Any, Unit]): EventEmitter.this.type
  28. def on(event: Symbol, listener: Function1[Any, Unit]): EventEmitter.this.type
  29. def on(event: String, listener: Function1[Any, Unit]): EventEmitter.this.type
  30. def once(event: Symbol, listener: Function1[Any, Unit]): EventEmitter.this.type
  31. def once(event: String, listener: Function1[Any, Unit]): EventEmitter.this.type
  32. def prependListener(event: Symbol, listener: Function1[Any, Unit]): EventEmitter.this.type
  33. def prependListener(event: String, listener: Function1[Any, Unit]): EventEmitter.this.type
  34. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): EventEmitter.this.type
  35. def prependOnceListener(event: String, listener: Function1[Any, Unit]): EventEmitter.this.type
  36. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  37. def rawListeners(event: Symbol): Array[Function]
  38. def rawListeners(event: String): Array[Function]
  39. def removeAllListeners(event: Symbol): EventEmitter.this.type
  40. def removeAllListeners(event: String): EventEmitter.this.type
  41. def removeAllListeners(): EventEmitter.this.type
  42. def removeListener(event: Symbol, listener: Function1[Any, Unit]): EventEmitter.this.type
  43. def removeListener(event: String, listener: Function1[Any, Unit]): EventEmitter.this.type
  44. def setMaxListeners(n: Double): EventEmitter.this.type
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toLocaleString(): String
    Definition Classes
    Object
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def valueOf(): Any
    Definition Classes
    Object
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped