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
     
    void
    resolutionScopeChanged(URI newResolutionScope)
     

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Method Details

    • accept

      default void accept(URI t)
      Specified by:
      accept in interface Consumer<URI>
    • resolutionScopeChanged

      void resolutionScopeChanged(URI newResolutionScope)