1 38 package com.gargoylesoftware.htmlunit; 39 40 46 public class WebWindowAdapter implements WebWindowListener { 47 48 51 public WebWindowAdapter() { 52 } 53 54 55 60 public void webWindowOpened( final WebWindowEvent event ) { 61 } 62 63 64 69 public void webWindowContentChanged( final WebWindowEvent event ) { 70 } 71 72 77 public void webWindowClosed( final WebWindowEvent event ) { 78 } 79 } 80 81 | Popular Tags |