Example usage for com.google.common.util.concurrent FutureCallback interface-usage

List of usage examples for com.google.common.util.concurrent FutureCallback interface-usage

Introduction

In this page you can find the example usage for com.google.common.util.concurrent FutureCallback interface-usage.

Usage

From source file com.google.worldcoin.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {

From source file com.google.sakuracoin.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {

From source file com.google.spartancoin.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {

From source file com.dogecoin.dogecoinj.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {

From source file com.bushstar.kobocoinj.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {

From source file com.google.digitalcoin.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {

From source file com.woollysammoth.nubitj.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {

From source file com.matthewmitchell.nubitsj.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {

From source file org.solovyev.android.messenger.EmptyFutureCallback.java

public class EmptyFutureCallback implements FutureCallback<Object> {

    public static final EmptyFutureCallback instance = new EmptyFutureCallback();

    @Override
    public void onSuccess(Object result) {

From source file com.matthewmitchell.peercoinj.jni.NativeFutureCallback.java

/**
 * 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.
 */
public class NativeFutureCallback implements FutureCallback {