java - Catch any Eclipse IDE event -


i have plugin in working group, shows last activities made on shared project (like version control, more features specific our group). , want display current actions, user doing (opening dialogs, focusing views, editing, opening package explorer, refactoring, searching , on).

is there general mechanism catch kind of event in eclipse? mean, there 'global' event creator or something, on can listen , kind of event?

it appears so. haven't used myself, there seems eventbus can use. eclipse/osig events pass through it. there tutorial here , wikipage there.

not sure kind of events catch there. doubt specific examples listed. that, sounds want udc, usage data collector, discontinued in eclipse 3.5/3.6. seems there no alternative available.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -