ISourceProviderListener
You have the different communication paradigm summarize in the IBM article
- To make a view capable of listening to selection changes, a view must implement the
ISelectionListenerinterface and must register itself with the workbench page - Using the
IAdaptableinterface: A class that implementsIAdaptablehas the capability to dynamically return certain types of adapters that can then be used to retrieve further information. - property change listener paradigm
Regarding the first approach, the article details:
댓글
댓글 쓰기