Uses of Enum
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.TypeReturns the enum constant of this type with the specified name.static FileChangeEvent.Type[]FileChangeEvent.Type.values()Returns an array containing the constants of this enum type, 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.