Interface RefreshListener

All Known Subinterfaces:
MurmelCache
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
    onRefresh(@NotNull RefreshEvent<?> event)
     
  • Method Details

    • onRefresh

      void onRefresh(@NotNull @NotNull RefreshEvent<?> event)