@Override
 public void threadReceived(final PluginThreadEvent e) {
   String title = commentViewer.getPlayerstatus().get(LIVE_TITLE);
   threadMessage = e.getMessage();
   getDisplay().asyncExec(new ThreadMessageRunnable(threadMessage, title));
   //		// do nothing
 }