Package org.htmlunit
Interface StatusHandler
- All Superinterfaces:
Serializable
A handler for changes to
window.status.-
Method Summary
Modifier and TypeMethodDescriptionvoidstatusMessageChanged(Page page, String message) Handles a change towindow.status.
-
Method Details
-
statusMessageChanged
Handles a change towindow.status.- Parameters:
page- the page on which the status change occurredmessage- the new status message
-