Interface QRemoteObjectNode.RemoteObjectSchemaHandler

All Superinterfaces:
Consumer<io.qt.core.QUrl>, io.qt.QtObjectInterface
Enclosing class:
QRemoteObjectNode
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 static interface QRemoteObjectNode.RemoteObjectSchemaHandler extends io.qt.QtObjectInterface, Consumer<io.qt.core.QUrl>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(io.qt.core.QUrl arg__1)
     

    Methods inherited from interface java.util.function.Consumer

    andThen

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details

    • accept

      void accept(io.qt.core.QUrl arg__1)
      Specified by:
      accept in interface Consumer<io.qt.core.QUrl>