|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemovableStorageOption
This interface represents a removable storage media bay that supports
insertion or removal of storage media while power is applied.
Examples of removable storage media would be memory stick, CD, or DVD.
When an instance of the appropriate storage media is inserted into or
removed from the bay a
StorageManagerEvent
SHALL be generated with an event type of
STORAGE_PROXY_CHANGED.
Method Summary | |
---|---|
void |
eject()
Prepares the storage media to be physically ejected from the bay in an implementation specific fashion, if applicable to the hardware. |
boolean |
isPresent()
Returns a presence indication for the removable storage. |
Method Detail |
---|
void eject()
boolean isPresent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |