public final class FileUndoProvider extends java.lang.Object implements UndoProvider, BulkFileListener
BulkFileListener.Adapter| Modifier and Type | Field and Description |
|---|---|
static Logger |
LOG |
EP_NAME, PROJECT_EP_NAME| Constructor and Description |
|---|
FileUndoProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(java.util.List<? extends VFileEvent> events) |
void |
before(java.util.List<? extends VFileEvent> events) |
void |
commandFinished(Project p) |
void |
commandStarted(Project p) |
public static final Logger LOG
public void commandStarted(Project p)
commandStarted in interface UndoProviderpublic void commandFinished(Project p)
commandFinished in interface UndoProviderpublic void before(java.util.List<? extends VFileEvent> events)
before in interface BulkFileListenerpublic void after(java.util.List<? extends VFileEvent> events)
after in interface BulkFileListener