Uses of Interface
page.codeberg.friedolyn.meta.PolledMetadata.BannedUserCallback
Packages that use PolledMetadata.BannedUserCallback
-
Uses of PolledMetadata.BannedUserCallback in page.codeberg.friedolyn
Classes in page.codeberg.friedolyn that implement PolledMetadata.BannedUserCallbackModifier and TypeClassDescriptionclass
A callback that is to be called as soon as the currently logged-in user has been identified as banned from using Friedolyn. -
Uses of PolledMetadata.BannedUserCallback in page.codeberg.friedolyn.meta
Fields in page.codeberg.friedolyn.meta with type parameters of type PolledMetadata.BannedUserCallbackModifier and TypeFieldDescriptionprivate final @NonNull HashSet
<PolledMetadata.BannedUserCallback> PolledMetadata.BANNED_USER_LISTENERS
Everyone interested in being informed if thecurrently logged-in user
is found to be banned from using the application.Methods in page.codeberg.friedolyn.meta with parameters of type PolledMetadata.BannedUserCallbackModifier and TypeMethodDescriptionvoid
PolledMetadata.registerBannedUserCallback
(@NonNull PolledMetadata.BannedUserCallback callback) Adds the givenPolledMetadata.BannedUserCallback
to the list of listeners that are informed if the currently logged-in user is found to be banned from using the application.boolean
PolledMetadata.removeBannedUserCallback
(@NonNull PolledMetadata.BannedUserCallback callback) Unsubscribes the givenPolledMetadata.BannedUserCallback
from the list of listeners, meaning it will no longer be notified if the currently logged-in user is found to be banned from using the application.