Package org.htmlunit

Interface WebWindowListener

  • All Known Implementing Classes:
    WebWindowAdapter

    public interface WebWindowListener
    A listener for WebWindowEvent's.
    • Method Detail

      • webWindowOpened

        void webWindowOpened​(WebWindowEvent event)
        A web window has been opened.
        Parameters:
        event - the event (the oldPage and newPage properties will be null because the event is generated when the window is opened before the content is loaded)
      • webWindowContentChanged

        void webWindowContentChanged​(WebWindowEvent event)
        The contents of a web window has been changed.
        Parameters:
        event - the event
      • webWindowClosed

        void webWindowClosed​(WebWindowEvent event)
        A web window has been closed.
        Parameters:
        event - the event