com.qualcommlabs.usercontext
Interface ContextContentNotifier

All Known Subinterfaces:
ContextCoreConnector

public interface ContextContentNotifier

The ContextContentNotifier interface provides methods for adding and removing ContentListener instances.


Method Summary
 void addContentListener(ContentListener contentListener)
          Adds the content listener.
 void removeContentListener(ContentListener contentListener)
          Removes the content listener.
 

Method Detail

addContentListener

void addContentListener(ContentListener contentListener)
Adds the content listener.

Parameters:
contentListener - the content listener

removeContentListener

void removeContentListener(ContentListener contentListener)
Removes the content listener.

Parameters:
contentListener - the content listener


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.