Interface ResolutionScopeChangeListener

  • All Superinterfaces:
    java.util.function.Consumer<java.net.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 java.util.function.Consumer<java.net.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​(java.net.URI t)  
      void resolutionScopeChanged​(java.net.URI newResolutionScope)  
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Method Detail

      • accept

        default void accept​(java.net.URI t)
        Specified by:
        accept in interface java.util.function.Consumer<java.net.URI>
      • resolutionScopeChanged

        void resolutionScopeChanged​(java.net.URI newResolutionScope)