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
ISelectionListener
interface and must register itself with the workbench page - Using the
IAdaptable
interface: A class that implementsIAdaptable
has 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:
댓글
댓글 쓰기