mirror of
https://github.com/nasa/openmct.git
synced 2025-04-27 14:29:59 +00:00
Allow listeners to register with a domain object's mutation capability to detect changes to that domain object. Allows other components to respond to these changes without resorting to polling on timestamp or similar. WTD-1329.