Packages

object eventsMod

Source
eventsMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. eventsMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Abortable extends Object with StObject
    Annotations
    @JSType() @native()
  2. trait DOMEventTarget extends Object with StObject
    Annotations
    @JSType() @native()
  3. class EventEmitter extends Object with StObject with eventsMod.global.NodeJS.EventEmitter
    Annotations
    @JSType() @JSImport("events", "EventEmitter") @native()
  4. trait EventEmitterOptions extends Object with StObject
    Annotations
    @JSType() @native()
  5. trait NodeEventTarget extends Object with StObject
    Annotations
    @JSType() @native()
  6. trait StaticEventEmitterOptions extends Object with StObject
    Annotations
    @JSType() @native()
  7. class ^ extends Object with StObject
    Annotations
    @JSType() @JSImport("events", JSImport.Namespace) @native()

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. val ^: Any
    Annotations
    @JSImport("events", JSImport.Namespace) @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val captureRejectionSymbol: Symbol
    Annotations
    @JSImport("events", "captureRejectionSymbol") @native()
  7. def captureRejections: Boolean

    Sets or gets the default captureRejection value for all emitters.

    Sets or gets the default captureRejection value for all emitters.

    Annotations
    @JSImport("events", "captureRejections") @native()
  8. def captureRejections_=(x: Boolean): Unit
    Annotations
    @inline()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def defaultMaxListeners: Double
    Annotations
    @JSImport("events", "defaultMaxListeners") @native()
  11. def defaultMaxListeners_=(x: Double): Unit
    Annotations
    @inline()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val errorMonitor: Symbol

    This symbol shall be used to install a listener for only monitoring 'error' events.

    This symbol shall be used to install a listener for only monitoring 'error' events. Listeners installed using this symbol are called before the regular 'error' listeners are called.

    Installing a listener using this symbol does not change the behavior once an 'error' event is emitted, therefore the process will still crash if no regular 'error' listener is installed.

    Annotations
    @JSImport("events", "errorMonitor") @native()
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getEventListener(emitter: eventsMod.global.NodeJS.EventEmitter, name: Symbol): Array[Function]
    Annotations
    @inline()
  17. def getEventListener(emitter: eventsMod.global.NodeJS.EventEmitter, name: java.lang.String): Array[Function]
    Annotations
    @inline()
  18. def getEventListener(emitter: DOMEventTarget, name: Symbol): Array[Function]
    Annotations
    @inline()
  19. def getEventListener(emitter: DOMEventTarget, name: java.lang.String): Array[Function]

    Returns a list listener for a specific emitter event name.

    Returns a list listener for a specific emitter event name.

    Annotations
    @inline()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def listenerCount(emitter: eventsMod.global.NodeJS.EventEmitter, event: Symbol): Double
    Annotations
    @inline()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def on(emitter: eventsMod.global.NodeJS.EventEmitter, event: java.lang.String, options: StaticEventEmitterOptions): AsyncIterableIterator[Any]
    Annotations
    @inline()
  27. def on(emitter: eventsMod.global.NodeJS.EventEmitter, event: java.lang.String): AsyncIterableIterator[Any]
    Annotations
    @inline()
  28. def once(emitter: NodeEventTarget, event: Symbol, options: StaticEventEmitterOptions): Promise[Array[Any]]
    Annotations
    @inline()
  29. def once(emitter: NodeEventTarget, event: Symbol): Promise[Array[Any]]
    Annotations
    @inline()
  30. def once(emitter: NodeEventTarget, event: java.lang.String, options: StaticEventEmitterOptions): Promise[Array[Any]]
    Annotations
    @inline()
  31. def once(emitter: NodeEventTarget, event: java.lang.String): Promise[Array[Any]]
    Annotations
    @inline()
  32. def once(emitter: DOMEventTarget, event: java.lang.String, options: StaticEventEmitterOptions): Promise[Array[Any]]
    Annotations
    @inline()
  33. def once(emitter: DOMEventTarget, event: java.lang.String): Promise[Array[Any]]
    Annotations
    @inline()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. object Abortable
  40. object EventEmitter
  41. object EventEmitterOptions
  42. object StaticEventEmitterOptions
  43. object global

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def listenerCount(emitter: eventsMod.global.NodeJS.EventEmitter, event: java.lang.String): Double

    Annotations
    @inline()
    Deprecated

    since v4.0.0

Inherited from AnyRef

Inherited from Any

Ungrouped