public interface WebApplicationEventListener
128.5 Events - a listener interface to send and receive (by callback) events related to entire web application.
For events related to components of web applications (elements and contexts), see WebElementEventListener.
| Modifier and Type | Method and Description |
|---|---|
void |
webEvent(WebApplicationEvent event)
Notification about registration (failed or successful) and unregistration of a web application (WAB)
|
void webEvent(WebApplicationEvent event)
event - Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.