|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectWrapperHandler
An interface to avoid unusability of the API with multiple applications This interface must be implemented by the application that make use of the BlackberryRecordStore class.
Method Summary | |
---|---|
net.rim.device.api.util.Persistable |
createObjectWrapper(java.lang.Object o)
Use this method to wrap an object to a persistable object |
java.lang.Object |
getObject(net.rim.device.api.util.Persistable p)
gets the wrapped object content |
Method Detail |
---|
net.rim.device.api.util.Persistable createObjectWrapper(java.lang.Object o)
o
- is the object to be wrapped
java.lang.Object getObject(net.rim.device.api.util.Persistable p)
p
- the persistable object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |