org.kuali.common.threads.listener
Class NoOpListener<T>

java.lang.Object
  extended by org.kuali.common.threads.listener.NoOpListener<T>
Type Parameters:
T -
All Implemented Interfaces:
ProgressListener<T>

public class NoOpListener<T>
extends Object
implements ProgressListener<T>

Listener that does nothing


Constructor Summary
NoOpListener()
           
 
Method Summary
 void progressCompleted()
          Progress is now complete
 void progressOccurred(int count, int total, ProgressEvent<T> event)
          Progress towards the total has occurred
 void progressStarted()
          Progress has begun
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpListener

public NoOpListener()
Method Detail

progressCompleted

public void progressCompleted()
Description copied from interface: ProgressListener
Progress is now complete

Specified by:
progressCompleted in interface ProgressListener<T>

progressStarted

public void progressStarted()
Description copied from interface: ProgressListener
Progress has begun

Specified by:
progressStarted in interface ProgressListener<T>

progressOccurred

public void progressOccurred(int count,
                             int total,
                             ProgressEvent<T> event)
Description copied from interface: ProgressListener
Progress towards the total has occurred

Specified by:
progressOccurred in interface ProgressListener<T>


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