I've ben searching high and low. This is a dumb question I know. I've
enable the statusbar for our RCP application. I've written logic that
checks if the rcp application is connected to a server, and want to
display the connectivity status in the status bar. hmm...the dumb question
is, how do I access the status bar. I can't seem to find it in the
Workbench API's. The only way is to access it via the
getViewSite().getActionBars() method. Due to my class that check the
connectivity, is not visible and in another thread, how would I place
messages then?