Interface ResolutionScopeChangeListener

  • All Superinterfaces:
    Consumer<URI>
    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 ResolutionScopeChangeListener
    extends Consumer<URI>
    Event handler interface used by TypeBasedMultiplexer to notify client(s) (which is currently a schema loader instance) about resolution scope changes.
    • Method Summary

      Modifier and Type Method Description
      default void accept​(URI t)  
      void resolutionScopeChanged​(URI newResolutionScope)  
    • Method Detail

      • resolutionScopeChanged

        void resolutionScopeChanged​(URI newResolutionScope)