Uses of Class
io.microsphere.io.event.FileChangedEvent.Kind
-
Packages that use FileChangedEvent.Kind Package Description io.microsphere.io io.microsphere.io.event -
-
Uses of FileChangedEvent.Kind in io.microsphere.io
Methods in io.microsphere.io with parameters of type FileChangedEvent.Kind Modifier and Type Method Description voidFileWatchService. watch(java.io.File file, FileChangedListener listener, FileChangedEvent.Kind... kinds)default voidFileWatchService. watch(java.io.File file, java.lang.Iterable<FileChangedListener> listeners, FileChangedEvent.Kind... kinds)voidStandardFileWatchService. watch(java.io.File file, FileChangedListener listener, FileChangedEvent.Kind... kinds) -
Uses of FileChangedEvent.Kind in io.microsphere.io.event
Methods in io.microsphere.io.event that return FileChangedEvent.Kind Modifier and Type Method Description FileChangedEvent.KindFileChangedEvent. getKind()Get the kind ofFilechangedstatic FileChangedEvent.KindFileChangedEvent.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileChangedEvent.Kind[]FileChangedEvent.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.microsphere.io.event with parameters of type FileChangedEvent.Kind Constructor Description FileChangedEvent(java.io.File file, FileChangedEvent.Kind kind)Constructs a prototypical Event.
-