Uses of Class
com.microsoft.playwright.impl.ListenerCollection
-
Packages that use ListenerCollection Package Description com.microsoft.playwright.impl -
-
Uses of ListenerCollection in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as ListenerCollection Modifier and Type Field Description private ListenerCollection<FrameImpl.InternalEventType>FrameImpl. internalListenersprivate ListenerCollection<BrowserContextImpl.EventType>BrowserContextImpl. listenersprivate ListenerCollection<BrowserImpl.EventType>BrowserImpl. listenersprivate ListenerCollection<java.lang.String>CDPSessionImpl. listenersprivate ListenerCollection<JsonPipe.EventType>JsonPipe. listeners(package private) ListenerCollection<PageImpl.EventType>PageImpl. listeners(package private) ListenerCollection<EventType>WaitableEvent. listenersprivate ListenerCollection<WebSocketImpl.EventType>WebSocketImpl. listenersprivate ListenerCollection<WorkerImpl.EventType>WorkerImpl. listenersConstructors in com.microsoft.playwright.impl with parameters of type ListenerCollection Constructor Description WaitableEvent(ListenerCollection<EventType> listeners, EventType type)WaitableEvent(ListenerCollection<EventType> listeners, EventType type, java.util.function.Predicate<T> predicate)
-