I want to use AOP to log some information of the screen, I want to catch the event before entering the onInit of the screen, but when I use it, nothing happens, my code:
-
Class screen editor:
-
Class AOP:
-My log:
How can it execute onInitInLogScreen method in LogApp class?
Thanks & Regards
HungTM