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