Interface ProgressListener<P>

  • Type Parameters:
    P - The type of progress being made.
    All Superinterfaces:
    java.util.EventListener, GuiseEventListener

    public interface ProgressListener<P>
    extends GuiseEventListener
    An object that listens for progress events.
    Author:
    Garret Wilson
    • Method Detail

      • progressed

        void progressed​(ProgressEvent<P> progressEvent)
        Called when a task makes progress.
        Parameters:
        progressEvent - The event indicating the source of the action.