Package org.htmlunit

Interface StatusHandler

All Superinterfaces:
Serializable

public interface StatusHandler extends Serializable
A handler for changes to window.status.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Handles a change to window.status.
  • Method Details Link icon

    • statusMessageChanged Link icon

      void statusMessageChanged(Page page, String message)
      Handles a change to window.status.
      Parameters:
      page - the page on which the status change occurred
      message - the new status message