public interface ObservablePath extends Path, Disposable
Modifier and Type | Interface and Description |
---|---|
static interface |
ObservablePath.OnConcurrentCopyEvent |
static interface |
ObservablePath.OnConcurrentDelete |
static interface |
ObservablePath.OnConcurrentRenameEvent |
static interface |
ObservablePath.OnConcurrentUpdateEvent |
Modifier and Type | Method and Description |
---|---|
Path |
getOriginal() |
void |
onConcurrentCopy(ParameterizedCommand<ObservablePath.OnConcurrentCopyEvent> command) |
void |
onConcurrentDelete(ParameterizedCommand<ObservablePath.OnConcurrentDelete> command) |
void |
onConcurrentRename(ParameterizedCommand<ObservablePath.OnConcurrentRenameEvent> command) |
void |
onConcurrentUpdate(ParameterizedCommand<ObservablePath.OnConcurrentUpdateEvent> command) |
void |
onCopy(Command command) |
void |
onDelete(Command command) |
void |
onRename(Command command) |
void |
onUpdate(Command command) |
ObservablePath |
wrap(Path path) |
getFileName, toURI
compareTo
dispose
void onRename(Command command)
void onDelete(Command command)
void onUpdate(Command command)
void onCopy(Command command)
void onConcurrentRename(ParameterizedCommand<ObservablePath.OnConcurrentRenameEvent> command)
void onConcurrentDelete(ParameterizedCommand<ObservablePath.OnConcurrentDelete> command)
void onConcurrentUpdate(ParameterizedCommand<ObservablePath.OnConcurrentUpdateEvent> command)
void onConcurrentCopy(ParameterizedCommand<ObservablePath.OnConcurrentCopyEvent> command)
ObservablePath wrap(Path path)
Path getOriginal()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.