public interface ProgressListener
Progress objects are not thread safe, and are to be used by a single thread only. Each Progress object from a ProgressMonitorFactory.MultiPartBuilder can be used from different threads.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProgressListener.Adapter |
static class |
ProgressListener.MultiPartProgressListener |
static class |
ProgressListener.OpenEndedProgressListener |
static class |
ProgressListener.SinglePartProgressListener |
| Modifier and Type | Field and Description |
|---|---|
static ProgressListener |
NONE |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long progress) |
void |
done() |
void |
failed(Throwable e) |
void |
set(long progress) |
void |
started() |
void |
started(String task) |
static final ProgressListener NONE
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.