Interface EntrantDB.EntrantChangeListener

Enclosing class:
EntrantDB

public static interface EntrantDB.EntrantChangeListener
Interface for listening to changes in the entrants cache.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the entrants cache has changed.
  • Method Details

    • onEntrantsChanged

      void onEntrantsChanged(HashMap<String,Entrant> updatedEntrants)
      Called when the entrants cache has changed.
      Parameters:
      updatedEntrants - The updated entrants cache.