Uses of Interface
page.codeberg.friedolyn.util.Countdown.CountdownListener
Packages that use Countdown.CountdownListener
Package
Description
-
Uses of Countdown.CountdownListener in page.codeberg.friedolyn
Methods in page.codeberg.friedolyn with parameters of type Countdown.CountdownListenerModifier and TypeMethodDescriptionvoidFriedolyn.registerCountdownListener(Countdown.CountdownListener listener) Adds anotherCountdown.CountdownListenerto the set of objects interested in when the nextgrades fetching runwill be executed.booleanFriedolyn.removeCountdownListener(Countdown.CountdownListener listener) Deletes an alreadyregisteredCountdown.CountdownListenerfrom the set of objects interested in when the nextgrades fetching runwill be executed. -
Uses of Countdown.CountdownListener in page.codeberg.friedolyn.gui.controllers
Fields in page.codeberg.friedolyn.gui.controllers declared as Countdown.CountdownListenerModifier and TypeFieldDescriptionprivate final Countdown.CountdownListenerMainController.COUNTDOWN -
Uses of Countdown.CountdownListener in page.codeberg.friedolyn.util
Fields in page.codeberg.friedolyn.util with type parameters of type Countdown.CountdownListenerModifier and TypeFieldDescriptionprivate @NonNull Set<@NonNull Countdown.CountdownListener> Countdown.listenersAll objects that are interested in the countdown's progress.Methods in page.codeberg.friedolyn.util with parameters of type Countdown.CountdownListenerModifier and TypeMethodDescriptionvoidCountdown.registerListener(@NonNull Countdown.CountdownListener listener) Adds aCountdown.CountdownListenerto thelist of objectsthat are interested in the countdown's progress.booleanCountdown.removeListener(@NonNull Countdown.CountdownListener listener) Deletes an already registeredCountdown.CountdownListenerfrom thelist of objectsthat are interested in the countdown's progress.