|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A listener class for persistent content events.
PersistentContent| Field Summary | ||
|
static int |
PERSISTENT_CONTENT_LOCKED_INSECURE
Indicates that data on the device is not secured. |
|
static int |
PERSISTENT_CONTENT_LOCKED_SECURE
Indicates that data on the device is secured. |
|
static int |
PERSISTENT_CONTENT_LOCKING
Indicates that the device is locking. |
|
static int |
PERSISTENT_CONTENT_UNLOCKED
Indicates that the device is currently unlocked. |
| Method Summary | ||
|
void |
persistentContentModeChanged(int generation)
Invoked when the persistent content mode changes. |
|
void |
persistentContentStateChanged(int state)
Invoked when the persistent content state changes. |
| Field Detail |
public static final int PERSISTENT_CONTENT_UNLOCKED
Content may be encrypted when the device is unlocked or locked. However, content may not be decrypted if the device is locked.
public static final int PERSISTENT_CONTENT_LOCKING
Content may be encrypted when the device is unlocked or locked. However, content may not be decrypted if the device is locked.
public static final int PERSISTENT_CONTENT_LOCKED_SECURE
public static final int PERSISTENT_CONTENT_LOCKED_INSECURE
This occurs if data is received while the device is locked.
| Method Detail |
public void persistentContentStateChanged(int state)
Listeners should periodically compare the state parameter to
PersistentContent.getLockGeneration(). If they are different, then
the listener may wish to terminate its processing.
state - New state.public void persistentContentModeChanged(int generation)
Listeners should call PersistentContent.checkEncoding(java.lang.Object) to see
if they need to call PersistentContent.reEncode(java.lang.Object).
Listeners should periodically compare the generation parameter to
PersistentContent.getModeGeneration(). If they are different, then
the listener should terminate their checkEncoding/reEncoding loop.
generation - Used to determine if the user has changed the content
protection settings since the listener was notified.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.