Interface EntrantDB.EntrantChangeListener
- Enclosing class:
- EntrantDB
public static interface EntrantDB.EntrantChangeListener
Interface for listening to changes in the entrants cache.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEntrantsChanged
(HashMap<String, Entrant> updatedEntrants) Called when the entrants cache has changed.
-
Method Details
-
onEntrantsChanged
Called when the entrants cache has changed.- Parameters:
updatedEntrants
- The updated entrants cache.
-