File
Doc
Category
Size
Date
Package
FileSystemEventHandler.java
API Doc
phoneME MR2 API (J2ME)
2209
Wed May 02 18:00:28 BST 2007
javax.microedition.io.file
FileSystemEventHandler
java.lang.Object
FileSystemEventHandlerBase
public class FileSystemEventHandler extends FileSystemEventHandlerBase
File system event handler.
Fields Summary
private static final int
POLLING_INTERVAL
The polling interval for mount/unmount checks in millisec. The default value is 2000 for consistency with QT.
private static Thread
monitorTimer
A thread polling for file root mount/unmount detection.
Constructors Summary
Methods Summary
private static native void
checkFileSystem
()
Performs OS specific checking for a file root mount/unmount.
Java Code Source