|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddonContextListener
Listener that gets notified then the AddonContext is initialized,
allowing an add-on to add listeners to various parts of the framework. In a
default configuration, add-ons can register their listeners by including a
file named META-INF/services/com.vaadin.server.AddonContextListener
containing the fully qualified class names of classes implementing this
interface.
| Method Summary | |
|---|---|
void |
contextCreated(AddonContextEvent event)
Notifies the listener that the add-on context has been created and initialized. |
void |
contextDestroyed(AddonContextEvent event)
Notifies the listener that the add-on context has been closed. |
| Method Detail |
|---|
void contextCreated(AddonContextEvent event)
AddonContext object to which listeners can be added.
event - the add-on context eventvoid contextDestroyed(AddonContextEvent event)
contextCreated(AddonContextEvent).
event - the add-on context event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||