[announce] InhiBeans: mitigate redundant recalculations
Tomas Mikula
tomas.mikula at gmail.com
Sat Dec 14 20:54:54 PST 2013
Hello,
I just published a small extension of javafx bindings and properties
that can help you reduce redundant recalculations.
They provide two additional methods:
public void block();
public void release();
Call p.block() when you suspect your actions will lead to multiple
invalidations of p, and call p.release() when you are done and want to
deliver a single invalidation notification to p's observers.
https://github.com/TomasMikula/InhiBeans
Regards,
Tomas
More information about the openjfx-dev
mailing list