Interface QueryCallback<T>
-
public interface QueryCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallback(T t)
-
-
-
Method Detail
-
callback
void callback(T t)
-
-
public interface QueryCallback<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
callback(T t) |
void callback(T t)