- All Superinterfaces:
 EventListener
- All Known Implementing Classes:
 ELContextListenerImpl
The listener interface for receiving notification when an 
ELContext is created.- Since:
 - Jakarta Server Pages 2.1
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a newELContexthas been created. 
- 
Method Details
- 
contextCreated
Invoked when a newELContexthas been created.- Parameters:
 ece- the notification event.
 
 -