Interface FileMonitorEvent


public interface FileMonitorEvent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    a file attribute was changed.
    static final int
    a file changed.
    static final int
    a hint that this was probably the last change in a set of changes.
    static final int
    a file was created.
    static final int
    a file was deleted.
    static final int
    the file was moved -- only sent if the
    (deprecated) %G_FILE_MONITOR_SEND_MOVED flag is set
    static final int
    the file was moved into the
    monitored directory from another location -- only sent if the
    %G_FILE_MONITOR_WATCH_MOVES flag is set.
    static final int
    the file was moved out of the
    monitored directory to another location -- only sent if the
    %G_FILE_MONITOR_WATCH_MOVES flag is set.
    static final int
    the file location will soon be unmounted.
    static final int
    the file was renamed within the
    current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES
    flag is set.
    static final int
    the file location was unmounted.
  • Field Details

    • CHANGED

      static final int CHANGED
      a file changed.
      See Also:
    • CHANGES_DONE_HINT

      static final int CHANGES_DONE_HINT
      a hint that this was probably the last change in a set of changes.
      See Also:
    • DELETED

      static final int DELETED
      a file was deleted.
      See Also:
    • CREATED

      static final int CREATED
      a file was created.
      See Also:
    • ATTRIBUTE_CHANGED

      static final int ATTRIBUTE_CHANGED
      a file attribute was changed.
      See Also:
    • PRE_UNMOUNT

      static final int PRE_UNMOUNT
      the file location will soon be unmounted.
      See Also:
    • UNMOUNTED

      static final int UNMOUNTED
      the file location was unmounted.
      See Also:
    • MOVED

      static final int MOVED
      the file was moved -- only sent if the
      (deprecated) %G_FILE_MONITOR_SEND_MOVED flag is set
      See Also:
    • RENAMED

      static final int RENAMED
      the file was renamed within the
      current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES
      flag is set. Since: 2.46.
      See Also:
    • MOVED_IN

      static final int MOVED_IN
      the file was moved into the
      monitored directory from another location -- only sent if the
      %G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46.
      See Also:
    • MOVED_OUT

      static final int MOVED_OUT
      the file was moved out of the
      monitored directory to another location -- only sent if the
      %G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46
      See Also: