Skip to content

Commit

Permalink
more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 20, 2023
1 parent f8cd6d4 commit 8b05ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/htmlunit/WebWindowListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public interface WebWindowListener {

/**
* A web window has been opened.
* <p>Caution: the {@link WebClient#getCurrentWindow()} might be not updated so far.
* This usually takes place AFTER the event was processed</p>
*
* @param event the event (the oldPage and newPage properties will be {@code null}
* because the event is generated after the window is opened but before the content is loaded)
Expand Down

0 comments on commit 8b05ff5

Please sign in to comment.