T - The class which is going to call the callbackpublic interface Callback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
call(T item)
Should handle the callback, but can do anything.
|
void call(T item)
item - Item of interest.Copyright © 2015. All rights reserved.