OmeroBlitz API
Home Previous Up Next Index

omero::grid::monitors::WatchEventType

Overview

enum WatchEventType

Enumeration for event types to watch. Create, notify on file creation only. Modify, notify on file modification only. Delete, notify on file deletion only. All, notify on all vents in the enumeration that apply to a given OS. Not all event types may be implemented for a given operating system.

Used By

WatchEventList

Enumerators

Creation
Modification
Deletion
All

Home Previous Up Next Index