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

java.lang.Object
  extended by org.kuali.common.threads.listener.ProgressEvent<T>
Type Parameters:
T -

public class ProgressEvent<T>
extends Object

Contains information about a progress event. The list of elements that are being processed, the index of the element that was just processed, and the element itself.


Constructor Summary
ProgressEvent()
           
 
Method Summary
 T getElement()
           
 int getIndex()
           
 List<T> getList()
           
 void setElement(T element)
           
 void setIndex(int index)
           
 void setList(List<T> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressEvent

public ProgressEvent()
Method Detail

getList

public List<T> getList()

setList

public void setList(List<T> list)

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

getElement

public T getElement()

setElement

public void setElement(T element)


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