com.guiseframework.event
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 Summary
 void progressed(ProgressEvent<P> progressEvent)
          Called when a task makes progress.
 

Method Detail

progressed

void progressed(ProgressEvent<P> progressEvent)
Called when a task makes progress.

Parameters:
progressEvent - The event indicating the source of the action.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.