Returns the oldPage. @return the page or null if the window has no page
()
| 102 | * @return the page or null if the window has no page |
| 103 | */ |
| 104 | public Page getOldPage() { |
| 105 | return oldPage_; |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Returns the oldPage. |
no outgoing calls