stop
Stops observing events and properties.
stop(): void
Notes
- After calling this method, handler methods will no longer be called, until another object is observed
- This method may be overridden, as long as the base implementation is still invoked; however, note that the observed object may already be unlinked
Related
- class ObserverThe base class for an observer that watches a particular ManagedObject.