com.qualcommlabs.usercontext
Interface PlaceEventListener


public interface PlaceEventListener

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

See Also:
PlaceEventEvent

Method Summary
 void placeEvent(PlaceEvent event)
          Place event.
 

Method Detail

placeEvent

void placeEvent(PlaceEvent event)
Place event.

Parameters:
event - the event


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