The situation is, I do some main job in an action, and it generates some
result which I would like to show in some view. Currently, I just add some
statements in the action code's end to find view and update it. But I think
the way I used is kind of tight coupled. Is there some strategy in eclipse
could solve my problem?
BTW. my requirements are just like the problem/task view.