Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

2 Answers

up vote 1 down vote accepted

Karsten Lehmann gave a Lotusphere session about this: http://www.mindoo.com/web/blog.nsf/dx/17.01.2011061656KLE886.htm

share|improve this answer

Teresa did a video on this, but it seems to have disappeared.

http://www-10.lotus.com/ldd/ddwiki.nsf/dx/XPage_Components_in_Notes_851_Videos.htm

Poke me on Monday and I will try get the wiki fixed. As I understand it you create a plugin which you can trigger via a Wire.

share|improve this answer
Wires are notoriously unreliable. I'd rather find a way via the API – stwissel Apr 15 '12 at 16:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.