mikebaum / RxUI

A toolkit for reactive (event/stream) based UI development on the JVM
Apache License 2.0
0 stars 0 forks source link

Initial implementation of the Property and PropertyObservable #4

Closed mikebaum closed 8 years ago

mikebaum commented 8 years ago

As per Issue #3, here is this first implementation of the property api, including the Property and PropertyObservable. This is still a work in progress, but it is a good start.