com.neeve.util
Interface UtlPool.FlushedItemReceiver<T extends UtlPool.Item<T>>

Enclosing class:
UtlPool<T extends UtlPool.Item<T>>

public static interface UtlPool.FlushedItemReceiver<T extends UtlPool.Item<T>>

Interface through which flushed items are dispatched to the user


Method Summary
 void process(T item)
          Flushed item processor.
 

Method Detail

process

void process(T item)
Flushed item processor.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.