com.qualcommlabs.usercontext
Interface InterestChangeListener


public interface InterestChangeListener

The listener interface for receiving interestChanged events. The class that is interested in processing a interestChanged event implements this interface, and the object created with that class is registered with a component using the component's addInterestChangeListener method. When the interestChange event occurs, that object's appropriate method is invoked.


Method Summary
 void interestChanged(com.qualcommlabs.usercontext.protocol.profile.Profile profile)
          Interest changed event.
 

Method Detail

interestChanged

void interestChanged(com.qualcommlabs.usercontext.protocol.profile.Profile profile)
Interest changed event.

Parameters:
profile - the profile


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