The Notes client Eclipse API has a number of interesting features:
- you can register a ISelectionListener to see what is selected in other parts of the application without touching the other part
- you can talk to the Eclipse EventAdmin (one level lower than the property broker)
- use any other plug-in
My primary interest would be to use the result ISelectionListener in an XPiNC app (or the eventAdmin - I can write a plug-in that send the stuff I'm interested in to the EventAdmin)
How can I do that?