T - the type of data to be passed on onSuccesspublic abstract class AbstractCallback<T> extends Object implements Callback<T>
| Constructor and Description |
|---|
AbstractCallback(Object... params)
This accepts an arbitrary list of Object and uses
Objects to
generate a hashcode. |
public AbstractCallback(Object... params)
Objects to
generate a hashcode. This code is used to provided the loader manager
with a unique value to determine uniqueness of calls to read, etc.params - A collection of objects which will be used to generate a
hashcodeCopyright © 2014 JBoss by Red Hat. All rights reserved.