|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppContentListener
Receives notifications about content management requests from the Unified Search Framework.
An application that publishes searchable content to the Unified Search Framework should implement this interface to receive updates regarding the status of requests. The application can take action when its content is inserted, updated, or deleted.
To publish data to the Unified Search Framework, see AppContentManager
.
Method Summary | ||
---|---|---|
|
void |
onDeleteComplete(int delCount)
Called by the Unified Search Framework when a request to delete content is complete. |
|
void |
onInsertComplete(int insertCount)
Called by the Unified Search Framework when a request to insert content is complete. |
|
void |
onUpdateComplete(int updCount)
Called by the Unified Search Framework when a request to update content is complete. |
Method Detail |
---|
void onInsertComplete(int insertCount)
AppContentManager
for more details.
insertCount
- The number of entries inserted.void onUpdateComplete(int updCount)
AppContentManager
for more details.
updCount
- The number of entries updated.void onDeleteComplete(int delCount)
AppContentManager
for more details.
delCount
- The number of entries deleted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2010 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. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.