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

SubProperties #34

Closed
Tobisaninfo opened this issue Jul 11, 2015 · 1 comment
Closed

SubProperties #34

Tobisaninfo opened this issue Jul 11, 2015 · 1 comment
Labels

Comments

@Tobisaninfo
Copy link

Kann ich in einer ObjectProperty weiter Properties haben, die über das Netzwerk übertragen werden ?

@rbi
Copy link
Contributor

rbi commented Jul 13, 2015

Das geht leider im Moment nur indirekt (siehe #31). Man benötigt dazu Momentan einen Wrapper, also z.B. ObjectProperty<MyWrapper>. Properties in der MyWrapper Klasse werden Synchronisiert und auch das auswechseln der MyWrapper Instanz in der ObjectProperty wird synchronisiert.

Eine ObjectProperty<IntegerProperty> wird leider nicht korrekt synchronisiert aber ich freue mich über jeden Code-Beitrag der das implementiert. ;-)

@rbi rbi added the Q&A label Jul 13, 2015
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

2 participants