Package com.microsoft.playwright.impl
Class PageImpl.WaitablePageClose<T>
- java.lang.Object
-
- com.microsoft.playwright.impl.WaitableEvent<PageImpl.EventType,T>
-
- com.microsoft.playwright.impl.PageImpl.WaitablePageClose<T>
-
- All Implemented Interfaces:
Waitable<T>,java.util.function.Consumer<T>
- Enclosing class:
- PageImpl
private class PageImpl.WaitablePageClose<T> extends WaitableEvent<PageImpl.EventType,T>
-
-
Field Summary
-
Fields inherited from class com.microsoft.playwright.impl.WaitableEvent
listeners
-
-
Constructor Summary
Constructors Constructor Description WaitablePageClose()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()-
Methods inherited from class com.microsoft.playwright.impl.WaitableEvent
accept, dispose, isDone
-
-
-
-
Method Detail
-
get
public T get()
- Specified by:
getin interfaceWaitable<T>- Overrides:
getin classWaitableEvent<PageImpl.EventType,T>
-
-