I release a class. In the class, there are public fields that can be written.
I want to register the callback function which will be called right after my field is accessed. I think I can do that by using JVM tool interface which is supposed to be used for a debugger software. JVM tool interface: http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/ http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html#fieldWatch I'm not sure same interface is working on android. or, They provide another form of interface to get a notification of a field access. Thanks in advance. 19. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

