WatchEventType

enum WatchEventType : Enum<ModuleRootResolver.WatchEventType>

A WatchEventType indicates the types of events that can occur to resources at the represented ModuleRoot source location.

Entries

Link copied to clipboard

A ResourceType has been deleted.

Link copied to clipboard

A ResourceType is changed. This should only happen to actual files.

Link copied to clipboard

A new ResourceType is created.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int