Returns the oldPage. @return the page or null if the window has no page
()
| 110 | * @return the page or null if the window has no page |
| 111 | */ |
| 112 | public Page getNewPage() { |
| 113 | return newPage_; |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Returns the web window that fired the event. |
no outgoing calls