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
- add(topic: any, callback: any, thisObject: any): any
-
Parameters
-
topic: any
-
callback: any
-
thisObject: any
Returns any
-
notify:function
- notify(topic: any, subject: any, data: any): any
-
Parameters
-
topic: any
-
subject: any
-
data: any
Returns any
-
remove:function
- remove(topic: any, callback: any, thisObject: any): any
-
Parameters
-
topic: any
-
callback: any
-
thisObject: any
Returns any