Uses of Interface
com.gargoylesoftware.htmlunit.AlertHandler

Packages that use AlertHandler
com.gargoylesoftware.htmlunit Framework classes 
 

Uses of AlertHandler in com.gargoylesoftware.htmlunit
 

Classes in com.gargoylesoftware.htmlunit that implement AlertHandler
 class CollectingAlertHandler
          A simple alert handler that keeps track of alerts in a list.
 

Methods in com.gargoylesoftware.htmlunit that return AlertHandler
 AlertHandler WebClient.getAlertHandler()
          Return the alert handler for this webclient.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type AlertHandler
 void WebClient.setAlertHandler(AlertHandler alertHandler)
          Set the alert handler for this webclient.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.