|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueuePutListener<T>
Queue puts are done in the background. Use this listener to be notified when the put completes
| Method Summary | |
|---|---|
void |
putCompleted(T item)
Notification that a single item put has completed |
void |
putMultiCompleted(MultiItem<T> items)
Notification that a multi item put has completed |
| Method Detail |
|---|
void putCompleted(T item)
item - the itemvoid putMultiCompleted(MultiItem<T> items)
items - the items
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||