Right now the only way to get updates as they come in is to catch all of them and sift through yourself. This could be made much easier, by binding listeners for changes of the following types:
- For a single property of an object
- For any property of an object
- For a single property of any instance of a class
- For any property of any instance of a class
- For when an instance of an object is created/destroyed
Right now the only way to get updates as they come in is to catch all of them and sift through yourself. This could be made much easier, by binding listeners for changes of the following types: