Package org.kuali.common.threads.listener

Interface Summary
ProgressListener<T> Listen for events related to making progress towards an overall total.
 

Class Summary
ConsoleListener<T> Listener that prints a dot to System.out whenever progress is made.
MavenConsoleListener<T> Prints a Maven style log header when progress starts, a linefeed when progress completes, and a dot whenever progress occurs
NoOpListener<T> Listener that does nothing
PercentCompleteListener<T> Print a dot whenever there is progress of 2% or more
ProgressEvent<T> Contains information about a progress event.
ProgressNotifier<T> Keeps track of overall progress towards a goal.
 



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.