|
PDAP Public Review Draft | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an event occurring for a file system. This can be used to detect when a file system is added and removed on a device.
Field Summary | |
static int |
ROOT_ADDED
represents an event in which a file system root has been dynamically added to the device, typically through a mount or a card insertion. |
static int |
ROOT_REMOVED
represents an event in which a file system root has been dynamically removed from the device, typically through an unmount or a card removal. |
Method Summary | |
int |
getID()
Gets the id of the event. |
java.lang.String |
getRootName()
Gets the root name of the file system the event is fired for. |
Field Detail |
public static final int ROOT_ADDED
Value 0 is assigned to ROOT_ADDED.
public static final int ROOT_REMOVED
Value 1 is assigned to ROOT_REMOVED.
Method Detail |
public java.lang.String getRootName()
file://
tag used in Connector.open() parameters.public int getID()
|
PDAP 1.0 Spec, Rev. 0.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |