Package org.htmlunit

Interface StatusHandler

All Superinterfaces:
Serializable

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

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

    • statusMessageChanged

      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