Observers: {
    _cache: any;
    add(topic: any, callback: any, thisObject: any): any;
    notify(topic: any, subject: any, data: any): any;
    remove(topic: any, callback: any, thisObject: any): any;
}

Type declaration

  • _cache: any
  • add:function
    • Parameters

      • topic: any
      • callback: any
      • thisObject: any

      Returns any

  • notify:function
    • Parameters

      • topic: any
      • subject: any
      • data: any

      Returns any

  • remove:function
    • Parameters

      • topic: any
      • callback: any
      • thisObject: any

      Returns any

Generated using TypeDoc