javax.microedition.io.file
Interface FileSystemListener


public interface FileSystemListener


Field Summary
static int ROOT_ADDED
           
static int ROOT_REMOVED
           
 
Method Summary
 void rootChanged(int state, String rootName)
           
 

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 state,
                 String rootName)
Throws:
IllegalArgumentException
NullPointerException


Copyright © 2007-2010. All Rights Reserved.