Uses of Class
com.microsoft.playwright.impl.ListenerCollection
Packages that use ListenerCollection
-
Uses of ListenerCollection in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as ListenerCollectionModifier and TypeFieldDescriptionprivate final ListenerCollection<FrameImpl.InternalEventType> FrameImpl.internalListenersprivate final ListenerCollection<BrowserContextImpl.EventType> BrowserContextImpl.listenersprivate final ListenerCollection<BrowserImpl.EventType> BrowserImpl.listenersprivate final ListenerCollection<String> CDPSessionImpl.listenersprivate ListenerCollection<JsonPipe.EventType> JsonPipe.listeners(package private) final ListenerCollection<PageImpl.EventType> PageImpl.listeners(package private) final ListenerCollection<EventType> WaitableEvent.listenersprivate final ListenerCollection<WebSocketImpl.EventType> WebSocketImpl.listenersprivate final ListenerCollection<WorkerImpl.EventType> WorkerImpl.listenersConstructors in com.microsoft.playwright.impl with parameters of type ListenerCollectionModifierConstructorDescription(package private)WaitableEvent(ListenerCollection<EventType> listeners, EventType type) (package private)WaitableEvent(ListenerCollection<EventType> listeners, EventType type, Predicate<T> predicate)