diff -r 1f0034e370aa -r 71ad690e91f5 javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/common_j2me/org/eclipse/swt/internal/ExitNotificationWrapper.java --- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/common_j2me/org/eclipse/swt/internal/ExitNotificationWrapper.java Fri Sep 17 16:44:34 2010 +0300 +++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/common_j2me/org/eclipse/swt/internal/ExitNotificationWrapper.java Mon Oct 04 11:29:25 2010 +0300 @@ -14,10 +14,13 @@ * Note that this might be called directly from native code. * Be careful renaming or moving it. */ -public class ExitNotificationWrapper { +public final class ExitNotificationWrapper { public static void notifyExit() { com.nokia.mj.impl.rt.support.ApplicationUtils.getInstance().notifyExitCmd(); } + public static void uiDisposed() { + com.nokia.mj.impl.rt.support.ApplicationUtils.getInstance().uiDisposed(); + } }