Package org.htmlunit
Interface StatusHandler
-
- All Superinterfaces:
java.io.Serializable
public interface StatusHandler extends java.io.Serializable
A handler for changes towindow.status
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
statusMessageChanged(Page page, java.lang.String message)
Handles a change towindow.status
.
-
-
-
Method Detail
-
statusMessageChanged
void statusMessageChanged(Page page, java.lang.String message)
Handles a change towindow.status
.- Parameters:
page
- the page on which the status change occurredmessage
- the new status message
-
-