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 TypeClassDescriptionclassA 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_LISTENERSEveryone interested in being informed if thecurrently logged-in useris found to be banned from using the application.Methods in page.codeberg.friedolyn.meta with parameters of type PolledMetadata.BannedUserCallbackModifier and TypeMethodDescriptionvoidPolledMetadata.registerBannedUserCallback(@NonNull PolledMetadata.BannedUserCallback callback) Adds the givenPolledMetadata.BannedUserCallbackto the list of listeners that are informed if the currently logged-in user is found to be banned from using the application.booleanPolledMetadata.removeBannedUserCallback(@NonNull PolledMetadata.BannedUserCallback callback) Unsubscribes the givenPolledMetadata.BannedUserCallbackfrom 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.