FileDocCategorySizeDatePackage
FileSystemEventHandler.javaAPI DocphoneME MR2 API (J2ME)2209Wed May 02 18:00:28 BST 2007javax.microedition.io.file

FileSystemEventHandler

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 voidcheckFileSystem()
Performs OS specific checking for a file root mount/unmount.