javax.microedition.io.file
Interface FileSystemListener



public interface FileSystemListener


Field Summary
static int ROOT_ADDED
           
static int ROOT_REMOVED
           
 
Method Summary
 void rootChanged(int i, String s)
           
 

Field Detail

ROOT_ADDED

static final int ROOT_ADDED
See Also:
Constant Field Values

ROOT_REMOVED

static final int ROOT_REMOVED
See Also:
Constant Field Values
Method Detail

rootChanged

void rootChanged(int i,
                 String s)