Module qtjambi.webenginewidgets
Package io.qt.webengine.widgets
Interface QWebEngineProfile.NotificationPresenter
- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QWebEngineProfile.NotificationPresenter.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.NotificationPresenter extends QtObjectInterface
Java wrapper for Qt function pointer std::function<void(std::unique_ptr<QWebEngineNotification>)>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QWebEngineProfile.NotificationPresenter.Impl
Implementor class for interfaceQWebEngineProfile.NotificationPresenter
-
Method Summary
Modifier and Type Method Description void
call(QWebEngineNotification arg__1)