mirror of
https://github.com/nasa/openmct.git
synced 2025-03-12 23:44:08 +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.