Interface ResourceResolverListener

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 ResourceResolverListener
Listener when resources are loaded (eg from src/main/resources)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a resource is attempted to be loaded.
  • Method Details

    • onLoadResourceAsStream

      void onLoadResourceAsStream(String uri)
      Invoked when a resource is attempted to be loaded.