com.qualcommlabs.usercontext
Interface ContentListener
public interface ContentListener
The listener interface for receiving content events. The class that is
interested in processing a content event implements this interface, and the
object created with that class is registered with a component using the
component's addContentListener method. When
the content event occurs, that object's appropriate
method is invoked.
- See Also:
ContentEvent
contentEvent
void contentEvent(ContentEvent contentEvent)
- Content event.
- Parameters:
contentEvent
- the content event
Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.