Uses of Interface
page.codeberg.friedolyn.Friedolyn.FriedolynListener
Packages that use Friedolyn.FriedolynListener
-
Uses of Friedolyn.FriedolynListener in page.codeberg.friedolyn
Fields in page.codeberg.friedolyn with type parameters of type Friedolyn.FriedolynListenerModifier and TypeFieldDescriptionprivate final @NonNull Set
<Friedolyn.FriedolynListener> Friedolyn.LISTENERS
Subscribers that are interested in theFriedolyn.status
changes of the periodicgrades fetching
.Methods in page.codeberg.friedolyn with parameters of type Friedolyn.FriedolynListenerModifier and TypeMethodDescriptionvoid
Friedolyn.registerListener
(@NonNull Friedolyn.FriedolynListener listener) Registers a newFriedolyn.FriedolynListener
to the set of objects interested in the status changes of the periodicgrades fetching
.boolean
Friedolyn.removeListener
(@NonNull Friedolyn.FriedolynListener listener) Deletes an alreadyregistered
Friedolyn.FriedolynListener
from the set of objects interested in the status changes of the periodicgrades fetching
.