T - the type of the data for the callbackpublic abstract class AbstractReceptionCallback<T> extends Object implements ReceptionCallback<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReceptionCallback(Class<T> type)
Creates the callback instance.
|
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type of the data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreceivedpublic Class<T> getType()
ReceptionCallbackgetType in interface ReceptionCallback<T>Copyright © 2022. All rights reserved.