Interface ProgressListener

All Superinterfaces:
EventListener

public interface ProgressListener extends EventListener
Represents an object which monitors the progress of a particular task.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    progressed(ProgressEvent progressEvent)
    Invoked when progress has been made.
  • Method Details

    • progressed

      void progressed(ProgressEvent progressEvent)
      Invoked when progress has been made.
      Parameters:
      progressEvent - The event object representing the progress made.