lejos.pc.tools
Interface NXJFlashUI

All Known Implementing Classes:
NXJFlash

public interface NXJFlashUI

Interface to provide a notification UI mechanism for the flash update process.

Author:
andy

Method Summary
 void message(java.lang.String msg)
          Output a status message about an ongoing operation.
 void progress(java.lang.String msg, int percent)
          Report the progress of an ongoing operation.
 

Method Detail

progress

void progress(java.lang.String msg,
              int percent)
Report the progress of an ongoing operation.

Parameters:
msg - Message about the operation
percent - percentage complete.

message

void message(java.lang.String msg)
Output a status message about an ongoing operation.

Parameters:
msg -