Interface QWebEngineProfile.IconAvailableCallback2

All Superinterfaces:
BiConsumer<io.qt.gui.QIcon,io.qt.core.QUrl>, io.qt.QtObjectInterface
Enclosing class:
QWebEngineProfile
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 QWebEngineProfile.IconAvailableCallback2 extends io.qt.QtObjectInterface, BiConsumer<io.qt.gui.QIcon,io.qt.core.QUrl>

Java wrapper for Qt callable std::function<void(const QIcon&,const QUrl&)>

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(io.qt.gui.QIcon arg__1, io.qt.core.QUrl arg__2)
     

    Methods inherited from interface java.util.function.BiConsumer

    andThen

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details

    • accept

      void accept(io.qt.gui.QIcon arg__1, io.qt.core.QUrl arg__2)
      Specified by:
      accept in interface BiConsumer<io.qt.gui.QIcon,io.qt.core.QUrl>