Uses of Enum Class
org.xnio.FileChangeEvent.Type
Packages that use FileChangeEvent.Type
-
Uses of FileChangeEvent.Type in org.xnio
Methods in org.xnio that return FileChangeEvent.TypeModifier and TypeMethodDescriptionFileChangeEvent.getType()
Get the type of event.static FileChangeEvent.Type
Returns the enum constant of this class with the specified name.static FileChangeEvent.Type[]
FileChangeEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.xnio with parameters of type FileChangeEvent.TypeModifierConstructorDescriptionFileChangeEvent
(File file, FileChangeEvent.Type type) Construct a new instance.