public interface WebContextEventListener
Listener interface for one particular task - passing information from pax-web-runtime to
pax-web-extender-whiteboard about OsgiContextModel instances
created in pax-web-extender-war (I know it's ugly, but it's almost the last thing before Pax Web 8!).
| Modifier and Type | Method and Description |
|---|---|
void |
wabContextRegistered(OsgiContextModel model)
Notification about registration of WAB's
OsgiContextModel |
void |
wabContextUnregistered(OsgiContextModel model)
Notification about unregistration of WAB's
OsgiContextModel |
void wabContextRegistered(OsgiContextModel model)
OsgiContextModelmodel - void wabContextUnregistered(OsgiContextModel model)
OsgiContextModelmodel - Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.