public void run() {
image.setImage(GOIMIcons.getImageForPresence(null,account.xmpp.getOwnPresence()));
}
});
}};
final GOIMRosterListener rosterListener = new GOIMRosterListener(){
public void rosterModified() {
form.getBody().getDisplay().asyncExec(new Runnable() {
public void run() {
updateAccountRoster(account);
System.out.println("RosterModified (asyncExec): " + Thread.currentThread().toString());