Uses of Enum Class
org.jgrapes.util.events.FileChanged.Kind
Packages that use FileChanged.Kind
- 
Uses of FileChanged.Kind in org.jgrapes.util.eventsMethods in org.jgrapes.util.events that return FileChanged.KindModifier and TypeMethodDescriptionFileChanged.change()Returns the change.static FileChanged.KindReturns 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.Constructors in org.jgrapes.util.events with parameters of type FileChanged.KindModifierConstructorDescriptionFileChanged(Path path, FileChanged.Kind change) Instantiates a new event.