javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/rt/installer/ApplicationUtilsImpl.java
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     1 /*
     1 /*
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    81     public void notifyExitCmd()
    81     public void notifyExitCmd()
    82     {
    82     {
    83         Log.log("ApplicationUtilsImpl.notifyExitCmd");
    83         Log.log("ApplicationUtilsImpl.notifyExitCmd");
    84         // Cancel installation/uninstallation.
    84         // Cancel installation/uninstallation.
    85         Installer.cancel();
    85         Installer.cancel();
    86     }
       
    87 
       
    88     public void uiDisposed()
       
    89     {
       
    90         Log.log("ApplicationUtilsImpl.uiDisposed");
       
    91     }
    86     }
    92 
    87 
    93     public void checkPermission(Permission aPermission)
    88     public void checkPermission(Permission aPermission)
    94     throws AccessControlException, NullPointerException
    89     throws AccessControlException, NullPointerException
    95     {
    90     {