[][src]Module notify::event

The Event type and the hierarchical EventKind descriptor.

Structs

Event

Notify event.

Info

Additional information on the event.

Source

The source of the event.

Tracker

Tracking ID for events that are related.

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.

Type Definitions

AnyMap

An AnyMap convenience type with the needed bounds for events.