mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +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.
This bundle contains core software components of Open MCT Web. These components describe MCT's information model, and are responsible for introducing the API and infrastructure which supports domain objects.