Cheers!
Is there any method that gets called, whenever a menu item is clicked upon? It doesn't matter what kind of action the menu is related to, I want a common method.
Imagine that, everytime someone clicks on a menu item, a method writes to log. Which method should it be?
;)