src code

class method Observable.notify

Observable.notify(event_name[,argument]) → Array | Boolean

Triggers event_name with the passed arguments, accepts a variable number of arguments. Returns an Array of values returned by the registered observers, or false if the event was stopped by an observer.