com.gargoylesoftware.htmlunit
Interface OnbeforeunloadHandler
public interface OnbeforeunloadHandler
A handler for onbeforeunload events.
- Version:
- $Revision: 5301 $
- Author:
- Ahmed Ashour
Method Summary |
boolean |
handleEvent(Page page,
String returnValue)
Handles an onbeforeunload event for the specified page. |
handleEvent
boolean handleEvent(Page page,
String returnValue)
- Handles an onbeforeunload event for the specified page.
- Parameters:
page
- the page on which the event occurredreturnValue
- the event's returnValue
- Returns:
- true to accept the event, false otherwise
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.