-
public final class PageEvent.ScreencastVisibilityChangedEvent extends PageEvent
Fired when the page with currently enabled screencast was shown or hidden `.
-
-
Constructor Summary
Constructors Constructor Description ScreencastVisibilityChangedEvent(Boolean visible)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final PageEvent.ScreencastVisibilityChangedEventcopy(Boolean visible)final BooleangetVisible()True if the page is visible. -
-
Constructor Detail
-
ScreencastVisibilityChangedEvent
ScreencastVisibilityChangedEvent(Boolean visible)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final PageEvent.ScreencastVisibilityChangedEvent copy(Boolean visible)
-
getVisible
final Boolean getVisible()
True if the page is visible.
-
-
-
-