Android.OS.FileObserver Members

The members of Android.OS.FileObserver are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Equivalent to FileObserver(path, FileObserver.
Create a new file observer for a certain file or directory.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
OnEvent(FileObserverEvents, string)
The event handler, which must be implemented by subclasses.
StartWatching()
Start watching for events.
StopWatching()
Stop watching for events.