Interface Resettable

All Known Subinterfaces:
TagSupplier
All Known Implementing Classes:
TagSupplier.TagBakery
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 Resettable
A listener called when a resource cache is reset.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Resets some state associated with sources registered to the resource cache.
  • Method Details

    • reset

      void reset(ResourceGenerationContext context)
      Resets some state associated with sources registered to the resource cache.