Progress Event
Fired whenever data is being transferred between the localhost and RemoteHost .
Syntax
public void fireProgress(RcpProgressEvent event); public class RcpProgressEvent { public int percentDone; }
Remarks
The 'PercentDone' parameter shows which portion of the file has already been transferred.