Class ByteProgressEvent

All Implemented Interfaces:
Serializable

public class ByteProgressEvent extends ProgressEvent
See Also:
  • Constructor Details

    • ByteProgressEvent

      public ByteProgressEvent(Object source, String directory, String msg, long processed, long total)
    • ByteProgressEvent

      public ByteProgressEvent(Object source, long total)
  • Method Details

    • update

      public void update(String directory, String msg, long processed)