| java.lang.Object | ||
| android.os.FileObserver | ||
| Value | ||||
|---|---|---|---|---|
| int | ACCESS | 1 | 0x00000001 | |
| int | ALL_EVENTS | 4095 | 0x00000fff | |
| int | ATTRIB | 4 | 0x00000004 | |
| int | CLOSE_NOWRITE | 16 | 0x00000010 | |
| int | CLOSE_WRITE | 8 | 0x00000008 | |
| int | CREATE | 256 | 0x00000100 | |
| int | DELETE | 512 | 0x00000200 | |
| int | DELETE_SELF | 1024 | 0x00000400 | |
| int | MODIFY | 2 | 0x00000002 | |
| int | MOVED_FROM | 64 | 0x00000040 | |
| int | MOVED_TO | 128 | 0x00000080 | |
| int | MOVE_SELF | 2048 | 0x00000800 | |
| int | OPEN | 32 | 0x00000020 |
| FileObserver(String path) | |||||
| FileObserver(String path, int mask) |
| abstract | void | onEvent(int event, String path) | |||
| void | startWatching() | ||||
| void | stopWatching() |
| void | finalize() | ||||
| Called by the virtual machine when there are no longer any (non-weak) references to the receiver. | |||||
Methods inherited
from class
java.lang.Object
Note: The virtual machine assumes that the implementation in class Object is empty.