Sets the alert handler for this webclient. @param alertHandler the new alerthandler or null if none is specified
(final AlertHandler alertHandler)
| 853 | * @param alertHandler the new alerthandler or null if none is specified |
| 854 | */ |
| 855 | public void setAlertHandler(final AlertHandler alertHandler) { |
| 856 | alertHandler_ = alertHandler; |
| 857 | } |
| 858 | |
| 859 | /** |
| 860 | * Returns the alert handler for this webclient. |
no outgoing calls