Module qtjambi.webenginecore
Package io.qt.webengine.core
Interface QWebEngineProfile.IconAvailableCallback2
- All Superinterfaces:
BiConsumer<QIcon,,QUrl> QtObjectInterface
- All Known Implementing Classes:
QWebEngineProfile.IconAvailableCallback2.Impl
- 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 QtObjectInterface, BiConsumer<QIcon,QUrl>
Java wrapper for Qt function pointer std::function<void(const QIcon&,const QUrl&)>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classImplementor class for interfaceQWebEngineProfile.IconAvailableCallback2 -
Method Summary
Methods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<QIcon,QUrl>
-