VenueLifecycleListener (API Reference)
Package com.here.sdk.venue.control
Interface VenueLifecycleListener
public interface VenueLifecycleListener
The interface for listeners for
the Venue lifecycle events. Use the VenueMap
to add and remove the VenueLifecycleListener.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonVenueAdded(Venue venue) voidonVenueRemoved(int venueId)
-
Method Details
-
onVenueAdded
- Parameters:
venue-The created
Venue.
-
onVenueRemoved
void onVenueRemoved(int venueId) - Parameters:
venueId-The destroyed venue id, that can be obtained from the
VenueModel.getId().
-