Example usage for com.google.common.util.concurrent ForwardingListenableFuture subclass-usage

List of usage examples for com.google.common.util.concurrent ForwardingListenableFuture subclass-usage

Introduction

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

Usage

From source file org.netxilia.api.concurrent.NetxiliaListenableFutureAdapter.java

public class NetxiliaListenableFutureAdapter<V> extends ForwardingListenableFuture<V>
        implements IListenableFuture<V> {
    // private final static Logger log = Logger.getLogger(NetxiliaListenableFutureAdapter.class);

    private volatile boolean hasListeners = false;