public class FutureProgressListener
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
FutureProgressListener(Actor sender,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
static void |
addProgressListener(com.google.common.util.concurrent.ListenableFuture<?> future,
Actor sender,
java.lang.String message) |
void |
run() |
public FutureProgressListener(Actor sender, java.lang.String message)
public void run()
run
in interface java.lang.Runnable
public static void addProgressListener(com.google.common.util.concurrent.ListenableFuture<?> future, Actor sender, java.lang.String message)