public UpdateNotificator(Composite parent) {
this.parent = parent;
}
public void run() {
information = new CheckAndGetTheUpdatesInformation();
if (information.isUpdate()) {
parent.getDisplay().asyncExec(new Runnable() {
public void run() {
createContents();
GD.getInstance().set("ThereIsUpdateAvaliable", "1");