javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/common_j2me/org/eclipse/swt/internal/ExitNotificationWrapper.java
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    12 
    12 
    13 /*
    13 /*
    14  * Note that this might be called directly from native code. 
    14  * Note that this might be called directly from native code. 
    15  * Be careful renaming or moving it.
    15  * Be careful renaming or moving it.
    16  */ 
    16  */ 
    17 public class ExitNotificationWrapper {  
    17 public final class ExitNotificationWrapper {  
    18     
    18     
    19     public static void notifyExit() {
    19     public static void notifyExit() {
    20         com.nokia.mj.impl.rt.support.ApplicationUtils.getInstance().notifyExitCmd();
    20         com.nokia.mj.impl.rt.support.ApplicationUtils.getInstance().notifyExitCmd();
    21     }
    21     }
    22     
    22     
       
    23     public static void uiDisposed() {
       
    24         com.nokia.mj.impl.rt.support.ApplicationUtils.getInstance().uiDisposed();
       
    25     }
    23 }
    26 }