Have we event handler,event listener,action listener or any like these, for array
in any compile-based language (e.g. Java,c++,c)?
I am searching a way to track the changes of an array
. So when value of a cell changed the listener notify me about this change and the cell number that this changed occurred for it.
is there any language or any option for this problem?