Interface RefreshListener

All Known Subinterfaces:
MurmelCache
All Known Implementing Classes:
GroupCache, GroupColorCache, GroupParentCache, GroupPermissionCache, LanguageCache, MessageCache, PermissionProvider, PunishmentCurrentIpCache, PunishmentCurrentUserCache, PunishmentLogCache, PunishmentReasonCache, SettingsCache, UserCache, UserLoginCache, UserParentCache, UserPermissionCache, UserPlayTimeCache, UserSessionCache
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RefreshListener
Listener interface for cache refresh events. Implement this interface to handle cache refresh notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details