Module gwy :: Class DataWatchEventType
[hide private]
[frames] | no frames]

Class DataWatchEventType

source code

Type of event reported to AppDataWatchFunc watcher functions.


Since: 2.21

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  DATA_WATCH_EVENT_ADDED
A new data object has appeared.
  DATA_WATCH_EVENT_CHANGED
A data object has changed.
  DATA_WATCH_EVENT_REMOVED
A data object has been removed.