yeah, but then the new list modifying code would h...
# tornadofx
c
yeah, but then the new list modifying code would have to remember to fire an event. i think OP was going to do something like this fun update() { count++; rest.post(“/addItem”); }