Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.subscribe method on accessorized object #3

Open
brendanjerwin opened this issue May 9, 2011 · 1 comment
Open

.subscribe method on accessorized object #3

brendanjerwin opened this issue May 9, 2011 · 1 comment
Assignees
Labels

Comments

@brendanjerwin
Copy link
Owner

So a client can subscribe to all changed properties in one place.

@ghost ghost assigned brendanjerwin May 9, 2011
@brendanjerwin
Copy link
Owner Author

This will not register a change if a property of a property is changed.

For example, if obj has objectProperty, when obj is accessorized, objectProperty will become an accessor and the value of objectProperty will also be accessorized, for convenience. However, if a property on the value of objectProperty is changed, a change notification will not be registered on obj. You will have to subscribe with obj.objectProperty().subscribe() to get change notifications from that object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant