Uses of Interface
de.aristaflow.adept2.model.events.LockFileEvent
-
Packages that use LockFileEvent Package Description de.aristaflow.adept2.core.eventmanager.fileevents -
-
Uses of LockFileEvent in de.aristaflow.adept2.core.eventmanager.fileevents
Classes in de.aristaflow.adept2.core.eventmanager.fileevents that implement LockFileEvent Modifier and Type Class Description class
LockFileEventImpl
An event for files and their lock files, that is, an event is produced and sent as soon as a file (or a directory) is created or stored in a specific folder.Methods in de.aristaflow.adept2.core.eventmanager.fileevents that return LockFileEvent Modifier and Type Method Description protected LockFileEvent
FileEventSource. createLockFileEvent(Path path, Path lockPath)
Creates aFileEvent
for the designated file and its lock file.
-