void onActivationChange(final boolean isLazy) {
if (!isLazy) {
window = new DefaultWindow(Console.CONSTANTS.common_label_changeActivation());
window.setWidth(320);
window.setHeight(140);
window.setWidget(new MessageWindow(Console.MESSAGES.subsys_osgi_activationWarning(),
new MessageWindow.Result() {
@Override
public void result(boolean result) {
closeDialogue();
if (result)