Toolbars, perspectives, startup and Eclipse

Hopefully someone can help me figure this out: I’m writing a plugin to extend the Notes Client toolbar. I’m using the QuickNote example as my template.

How can I control when my toolbar (controlset) loads? I need it to load AFTER the user has logged into Notes. As it is now (from the example), the toolbar plugin loads (draws) immediately as Expeditor starts.

I’ve thought maybe there is a way to direct the plugin to exist only within a certain perspective – the one that loads after the client connects, but I don’t know how to do that: neither how to specificy the perspective for the controlset, nor what the correct perspective would be!?

Any other ideas would be appreciated!!!

What about a listener on the PlatformUI or some other Eclipse internal which I don’t know anything about?

Thanks so much for your help.