org.kuali.common.threads.listener
Class ProgressEvent<T>
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressEvent
public ProgressEvent()
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.