addVenueToLoad abstract method
- int venueId
Adds a venue to the loading queue.
venueIdThe id of the venue to load.
Implementation
void addVenueToLoad(int venueId);
Adds a venue to the loading queue.
venueId The id of the venue to load.void addVenueToLoad(int venueId);