Package org.bitcoinj.jni
Class NativeFutureCallback
java.lang.Object
org.bitcoinj.jni.NativeFutureCallback
- All Implemented Interfaces:
 com.google.common.util.concurrent.FutureCallback
@Deprecated
public class NativeFutureCallback
extends Object
implements com.google.common.util.concurrent.FutureCallback
Deprecated.
See https://github.com/bitcoinj/bitcoinj/issues/2465
An event listener that relays events to a native C++ object. A pointer to that object is stored in
 this class using JNI on the native side, thus several instances of this can point to different actual
 native implementations.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
ptr
public long ptrDeprecated. 
 - 
 - 
Constructor Details
- 
NativeFutureCallback
public NativeFutureCallback()Deprecated. 
 - 
 - 
Method Details
- 
onSuccess
Deprecated.- Specified by:
 onSuccessin interfacecom.google.common.util.concurrent.FutureCallback
 - 
onFailure
Deprecated.- Specified by:
 onFailurein interfacecom.google.common.util.concurrent.FutureCallback
 
 -