Interface EventEmitterProvider


public interface EventEmitterProvider
A plugin interface to allow service or library to create EventEmitter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Create an EventEmitter and configure with properties received from EventEmitterProvider constructor Note: It is possible that the EventEmitter object may change, do not try to cache this reference
  • Field Details

  • Method Details

    • eventEmitter

      EventEmitter eventEmitter()
      Create an EventEmitter and configure with properties received from EventEmitterProvider constructor Note: It is possible that the EventEmitter object may change, do not try to cache this reference
      Returns: