reflection - How to hook into an auto-generated Java method? -
edit: started low-priority question make work easier has become interesting exercise in java witchcraft. input, everyone!
i'm working auto-generated java code (specifically, code generated anylogic) produces method called onchange(). i'd call own method when onchange() called. there way "hook into" onchange() via reflection or other standard java mechanism?
Comments
Post a Comment