Package jakarta.el
Interface ELContextListener
- 
- All Superinterfaces:
 EventListener
public interface ELContextListener extends EventListener
The listener interface for receiving notification when anELContextis created.- Since:
 - Jakarta Server Pages 2.1
 - See Also:
 ELContext,ELContextEvent
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontextCreated(ELContextEvent ece)Invoked when a newELContexthas been created. 
 - 
 
- 
- 
Method Detail
- 
contextCreated
void contextCreated(ELContextEvent ece)
Invoked when a newELContexthas been created.- Parameters:
 ece- the notification event.
 
 - 
 
 -