The goog.labs.observe.Notice Class

goog.labs.observe.Notice(observable, opt_data)

A notice object encapsulates information about a notification fired by an observable.

observable {!goog.labs.observe.Observable}
The observable object that fires this notice.
opt_data {*=}
The optional data associated with this notice.

.getData()

returns {*}
The optional data associated with this notice. May be null/undefined.

.getObservable()

returns {!goog.labs.observe.Observable}
The observable object that fires this notice.