org.kuali.common.threads
Interface ElementHandler<T>

Type Parameters:
T -

public interface ElementHandler<T>

Callback for handling one element from a list


Method Summary
 void handleElement(ListIteratorContext<T> context, int index, T element)
           
 

Method Detail

handleElement

void handleElement(ListIteratorContext<T> context,
                   int index,
                   T element)


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