mirror of
https://github.com/nasa/openmct.git
synced 2025-02-09 20:31:22 +00:00
c668fa041a
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.