Uses of Enum Class
org.jgrapes.util.events.FileChanged.Kind
-
Uses of FileChanged.Kind in org.jgrapes.util.events
Modifier and TypeMethodDescriptionFileChanged.change()
Returns the change.static FileChanged.Kind
Returns the enum constant of this class with the specified name.static FileChanged.Kind[]
FileChanged.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionFileChanged
(Path path, FileChanged.Kind change) Instantiates a new event.