Java com.google.common.util.concurrent ExecutionList fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.util.concurrent ExecutionList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.util.concurrent ExecutionList.

The text is from its open source code.

Constructor

ExecutionList()
Creates a new, empty ExecutionList .

Method

voidadd(Runnable runnable, Executor executor)
Adds the Runnable and accompanying Executor to the list of listeners to execute.