Dekoh platform API

com.pramati.bfly.vm.api
Interface InstallListener


public interface InstallListener

A progress listener class which is notified of installation/uninstallation/updation operations. This can be used by component providers who wish to notify the platform of progress status. This can be obtained from InstallEnv.getListener() .

Since:
Nov 21, 2006

Method Summary
 void progress(double percentage, String message)
          Notify the listener of the progress and a status message.
 

Method Detail

progress

void progress(double percentage,
              String message)
Notify the listener of the progress and a status message. This data will be shown on the appropriate display.

Parameters:
percentage -
message -

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers