Interface QRemoteObjectNode.RemoteObjectSchemaHandler

All Superinterfaces:
Consumer<io.qt.core.QUrl>, io.qt.QtObjectInterface
All Known Implementing Classes:
QRemoteObjectNode.RemoteObjectSchemaHandler.Impl
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>

Java wrapper for Qt function pointer QRemoteObjectNode::RemoteObjectSchemaHandler

  • Method Details

    • accept

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