Mr Frunobulax 31.Mar.08 05:28 AM a Web browser Application development6.1All platforms
I'm not sure if this is the right forum to ask my question but I tried the Notes 8 forums without any luck, and Notes 8 is buit on Expeditor, so here goes...
In an Eclipse plug-in what is the correct way to listen for when the user switches their ID in Notes 8?
In my plug-in I'm storing some information which is related to the current user/session. When the ID is switched via File -> Security -> Switch ID... I need to clear the information I've stored.
I guess my code should be 'listening' to something. Any ideas what the 'something' is?