Uses of Interface
de.hirola.sportslibrary.DatastoreDelegate
-
Packages that use DatastoreDelegate Package Description de.hirola.sportslibrary -
-
Uses of DatastoreDelegate in de.hirola.sportslibrary
Classes in de.hirola.sportslibrary that implement DatastoreDelegate Modifier and Type Class Description classSportsLibraryCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later.Methods in de.hirola.sportslibrary with parameters of type DatastoreDelegate Modifier and Type Method Description voidSportsLibrary. addDelegate(@NotNull DatastoreDelegate delegate)Add a delegate to the library to inform about datastore events.voidSportsLibrary. removeDelegate(@NotNull DatastoreDelegate delegate)Removes a delegate from the library.Constructors in de.hirola.sportslibrary with parameters of type DatastoreDelegate Constructor Description DataRepository(@NotNull String packageName, @Nullable DatastoreDelegate delegate)Create the local datastore access layer.
-