net.rim.blackberry.api.pdap
Interface PIMListListener2
- All Superinterfaces:
- PIMListListener
public interface PIMListListener2
- extends PIMListListener
Version 2 of the PIMListListener interface adds support for batch operations
on the underlying PIM db. A batch operation takes place when for instance the
device is connected to the desktop manager and interacts with the IntelliSync (TM)
Software.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.2
|
Method Summary |
|
void |
batchOperation(PIMList list)
Called when a batch operation has taken place on the underlying store. |
batchOperation
void batchOperation(PIMList list)
- Called when a batch operation has taken place on the underlying store.
When called, the application should audit all current references to
PIMItems held within the current list, since it's possible that large
changes have taken place to the underlying store.
- Parameters:
list - the PIMList on which the changes have taken place- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.2
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal