javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/DlListener.java
changeset 35 85266cc22c7f
parent 23 98ccebc37403
child 83 26b2b12093af
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
    79                     "DlListener: InstallerUi.updateProgress threw exception", t);
    79                     "DlListener: InstallerUi.updateProgress threw exception", t);
    80             }
    80             }
    81         }
    81         }
    82         if (iBall.iSifNotifier != null)
    82         if (iBall.iSifNotifier != null)
    83         {
    83         {
    84             Log.log("DlListener.set: update SifNotifier to " +
       
    85                     aDlInfo.getCurrentSize() + " / " + aDlInfo.getTotalSize());
       
    86             try
    84             try
    87             {
    85             {
    88                 iBall.iSifNotifier.notifyProgress(
    86                 iBall.iSifNotifier.notifyProgress(
    89                     iBall.iSifNotifier.SUB_OP_DOWNLOAD,
    87                     iBall.iSifNotifier.SUB_OP_DOWNLOAD,
    90                     (int)aDlInfo.getCurrentSize(),
    88                     (int)aDlInfo.getCurrentSize(),