i have an application where the TEXT property of a Mobile Element can change and any given time. Is there a way that i can subscribe/register to that event, i n a way that i get notified as soon as that property change?
Hi,
We don’t have a way to subscribe to a change, but we could create a thread that pulls information and verifies if the change occured
which programing language do you use?
I am currently using Java. Is there plan on adding listeners down to the element level?