public interface RollbackProgressListener
RollbackEnvironment implementation should notify about starting change processing
using this interface; change processing can be reported using any accept() method signature,
should be reported once per change| Modifier and Type | Field and Description |
|---|---|
static RollbackProgressListener |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Change change) |
void |
accept(java.io.File file) |
void |
accept(FilePath filePath) |
void |
accept(java.util.List<? extends FilePath> paths) |
void |
accept(VirtualFile file) |
void |
checkCanceled() |
void |
determinate() |
void |
indeterminate() |
static final RollbackProgressListener EMPTY
void determinate()
void indeterminate()
void accept(Change change)
void accept(FilePath filePath)
void accept(java.util.List<? extends FilePath> paths)
void accept(java.io.File file)
void accept(VirtualFile file)
void checkCanceled()