Progress Event

Occurs when PercentDone of the input is read.

Syntax

public class DefaultNetcodeEventListener implements NetcodeEventListener {
  ...
  public void progress(NetcodeProgressEvent e) {}
  ...
}

public class NetcodeProgressEvent {
  public int percentDone;
}

Remarks

The ProgressStep property determines how often the event is fired.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Java Edition - Version 20.0 [Build 8307]