Module event

Source
Expand description

The Event type and the hierarchical EventKind descriptor.

Structs§

Event
Notify event.
EventAttributes
Additional attributes of the event.

Enums§

AccessKind
An event describing non-mutating access operations on files.
AccessMode
An event describing open or close operations on files.
CreateKind
An event describing creation operations on files.
DataChange
An event emitted when the data content of a file is changed.
EventKind
Top-level event kind.
Flag
Special Notify flag on the event.
MetadataKind
An event emitted when the metadata of a file or folder is changed.
ModifyKind
An event describing mutation of content, name, or metadata.
RemoveKind
An event describing removal operations on files.
RenameMode
An event emitted when the name of a file or folder is changed.