public interface ELContextListener
extends java.util.EventListener
ELContext is created.ELContext, 
ELContextEvent| Modifier and Type | Method and Description | 
|---|---|
| void | contextCreated(ELContextEvent ece)Invoked when a new  ELContexthas been created. | 
void contextCreated(ELContextEvent ece)
ELContext has been created.ece - the notification event.