com.qualcommlabs.usercontext
Interface PlaceListener
public interface PlaceListener
The listener interface for receiving place events. The class that is
interested in processing a place event implements this interface, and the
object created with that class is registered with a component using the
component's addPlaceListener method. When
the place event occurs, that object's appropriate
method is invoked.
- See Also:
PlaceEvent
placeChanged
void placeChanged(Place place)
- Place changed.
- Parameters:
place
- the place
placeDeleted
void placeDeleted(Long placeId)
- Place deleted.
- Parameters:
placeId
- the place id
Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.